diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index fbffc94..8ea9e90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19.3 -publish_minecraft_versions=1.19.3 -yarn_mappings=1.19.3+build.4 -loader_version=0.14.12 -fungible=1.2+mc1.19.2 +minecraft_version=1.19.4 +publish_minecraft_versions=1.19.4 +yarn_mappings=1.19.4+build.1 +loader_version=0.14.17 +fungible=1.2+mc1.19.3 -fabric_api=0.69.1+1.19.3 -modmenu=5.0.2 -cloth=9.0.94 +fabric_api=0.76.0+1.19.4 +modmenu=6.1.0-rc.4 +cloth=10.0.96 # Mod Properties mod_version=1.1.3 |