diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-06-09 11:57:34 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-06-09 11:57:34 +0300 |
commit | 2e037343d27a2c8ae8aee022249d1023c1c91479 (patch) | |
tree | d6398013a1e0dc87a5f7e960ea5c072813616aa3 | |
parent | 802551195ba60f21c634081e9e694f93feed26a3 (diff) | |
download | LibGui-2e037343d27a2c8ae8aee022249d1023c1c91479.tar.gz LibGui-2e037343d27a2c8ae8aee022249d1023c1c91479.tar.bz2 LibGui-2e037343d27a2c8ae8aee022249d1023c1c91479.zip |
Update versions4.0.0
-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 40137f6..512233e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.17-rc1 - yarn_mappings=1.17-rc1+build.1 + minecraft_version=1.17 + yarn_mappings=1.17+build.5 loader_version=0.11.3 # Mod Properties - mod_version = 4.0.0-beta.4 + mod_version = 4.0.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.34.8+1.17 + fabric_version=0.34.9+1.17 jankson_version=3.0.1+j1.2.0 modmenu_version=2.0.0-beta.7 libninepatch_version=1.1.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9431237..be927dd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "depends": { "fabricloader": ">=0.11.0", "fabric": "*", - "minecraft": ">=1.16.5", + "minecraft": ">=1.17.0", "jankson": "^3.0.0", "fabric-networking-api-v1": "^1.0.0", "libninepatch": "^1.1.0" |