diff options
author | Username404 <w.iron.zombie@gmail.com> | 2022-07-29 18:51:31 +0200 |
---|---|---|
committer | Username404 <w.iron.zombie@gmail.com> | 2022-07-29 18:53:39 +0200 |
commit | e4ea91d02dbdda535bc883e65919c8e90f93daf7 (patch) | |
tree | 309ac57c47b08bfc19a0db2c0e75fd5a3e02cde5 | |
parent | 73ed8269700745eee058ad270ffad8499a21ff1b (diff) | |
download | Skyblocker-e4ea91d02dbdda535bc883e65919c8e90f93daf7.tar.gz Skyblocker-e4ea91d02dbdda535bc883e65919c8e90f93daf7.tar.bz2 Skyblocker-e4ea91d02dbdda535bc883e65919c8e90f93daf7.zip |
Update to Minecraft 1.19.1
-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 92a01abf..c215a90f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,18 +1,18 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) -minecraft_version=1.19.1-rc2 -yarn_mappings=1.19.1-rc2+build.1 +minecraft_version=1.19.1 +yarn_mappings=1.19.1+build.3 loader_version=0.14.6 #Fabric api -fabric_version=0.58.0+1.19.1 +fabric_version=0.58.5+1.19.1 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) clothconfig_version=7.0.65 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=4.0.0-beta.4 +mod_menu_version=4.0.5 # Mod Properties mod_version = 1.8.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f7298610..6e9858b1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config2": "*", - "minecraft": ["~1.19.1-rc.2"] + "minecraft": [">=1.19.1"] }, "custom": { "modmenu": { |