diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 0d3145d..814b241 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html minecraft_version=1.17.1 +minecraft_version_compat=1.17.x yarn_mappings=1.17.1+build.39 -loader_version=0.11.6 +loader_version=0.12.12 fabric_api=0.39.2+1.17 modmenu=2.0.6 |