diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-27 12:45:45 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-27 12:45:45 +0300 |
commit | 4bc7f4914480e7430b14757cf27bf4b28ec5be04 (patch) | |
tree | 84d33b210f52787df330f3d2deca9fcf02a1c5ca | |
parent | e5b938c76154bed99cdc19d34bf0e4d0e8160853 (diff) | |
download | LibGui-4bc7f4914480e7430b14757cf27bf4b28ec5be04.tar.gz LibGui-4bc7f4914480e7430b14757cf27bf4b28ec5be04.tar.bz2 LibGui-4bc7f4914480e7430b14757cf27bf4b28ec5be04.zip |
Bump dependency versions
-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" }, |