diff --git a/gradle.properties b/gradle.properties index e190fdb..6aead4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.5 -loader_version=0.14.12 +minecraft_version=1.19.4 +yarn_mappings=1.19.4+build.2 +loader_version=0.14.21 # Mod Properties mod_version=1.0-SNAPSHOT maven_group=gg.nodus archives_base_name=girlboss # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.70.0+1.19.3 +fabric_version=0.82.0+1.19.4 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6152e72..f0aba22 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,6 +17,6 @@ ], "depends": { "fabricloader": ">=0.14.8", - "minecraft": "1.19.3" + "minecraft": "1.19.4" } }