diff options
| author | 2023-06-12 15:30:16 +0100 | |
|---|---|---|
| committer | 2023-06-12 15:30:16 +0100 | |
| commit | 921b564de27481d53c95a35668bf9a1cf36c8fd2 (patch) | |
| tree | b5300329cca1617f45fd5887f8e247da01af75c1 /gradle.properties | |
| parent | Update to 1.20 (diff) | |
1.20.1
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 2934244..07ef228 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20 -yarn_mappings=1.20+build.1 +minecraft_version=1.20.1 +yarn_mappings=1.20.1+build.1 loader_version=0.14.21 # Mod Properties @@ -14,4 +14,4 @@ maven_group=com.example archives_base_name=modid # Dependencies -fabric_version=0.83.0+1.20
\ No newline at end of file +fabric_version=0.83.0+1.20.1
\ No newline at end of file |
