diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 8ea9e90..500ac2b 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.4 -publish_minecraft_versions=1.19.4 -yarn_mappings=1.19.4+build.1 -loader_version=0.14.17 +minecraft_version=1.20 +publish_minecraft_versions=1.20 +yarn_mappings=1.20+build.1 +loader_version=0.14.21 fungible=1.2+mc1.19.3 -fabric_api=0.76.0+1.19.4 -modmenu=6.1.0-rc.4 -cloth=10.0.96 +fabric_api=0.83.0+1.20 +modmenu=7.0.1 +cloth=11.0.99 # Mod Properties mod_version=1.1.3 |