diff options
-rw-r--r-- | gradle.properties | 8 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 8d625e1..38d1459 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.20.2-pre2 - yarn_mappings=1.20.2-pre2+build.3 + minecraft_version=1.20.2 + yarn_mappings=1.20.2+build.1 loader_version=0.14.22 # Mod Properties @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.88.3+1.20.2 + fabric_version=0.89.2+1.20.2 jankson_version=6.0.0+j1.2.3 - modmenu_version=7.0.1 + modmenu_version=8.0.0 libninepatch_version=1.2.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bbd2386..9a76f20 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^3.0.5", "fabric-rendering-v1": "^3.0.6", - "minecraft": ">=1.20.2-beta.2", + "minecraft": ">=1.20.2", "jankson": "^6.0.0", "libninepatch": "^1.2.0" }, |