diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index cab2892..000a135 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,17 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G + # Fabric Properties # check these on https://modmuss50.me/fabric.html minecraft_version=1.17.1 yarn_mappings=1.17.1+build.39 loader_version=0.11.6 + +fabric_api=0.39.2+1.17 +modmenu=2.0.6 +cloth=5.0.38 +cosmetic_armor=3419941 + # Mod Properties mod_version=0.8.0 maven_group=shcm.shsupercm.fabric |