From e954cc03042ecbbf12f3ce4dd3306ff3196fcb4b Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Wed, 20 Oct 2021 20:16:16 +0300 Subject: Organized dependencies, fapi's resource loader and command api are now included --- gradle.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gradle.properties') 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 -- cgit