diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 95a6f5f..871fd33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19 -minecraft_version_compat=1.19.x -yarn_mappings=1.19+build.1 -loader_version=0.14.7 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.8 +loader_version=0.14.9 -fabric_api=0.55.3+1.19 -modmenu=4.0.0 -cloth=7.0.69 +fabric_api=0.60.0+1.19.2 +modmenu=4.0.6 +cloth=8.0.75 # Mod Properties mod_version=1.1.1 |