diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 349bddf8..fca4137a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties (https://modmuss50.me/fabric.html) -minecraft_version=1.16.5 -yarn_mappings=1.16.5+build.1 -loader_version=0.11.1 -fabric_api_version=0.29.3+1.16 + minecraft_version=1.16.5 + yarn_mappings=1.16.5+build.5 + loader_version=0.11.3 +fabric_api_version=0.29.3+1.16 +fabric_version=0.31.0+1.16 # APIs ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) cloth_api_version=4.8.3 @@ -18,3 +19,5 @@ mod_menu_version=1.14.13+build.21 mod_version = 1.0.5 maven_group = me.xmrvizzy archives_base_name = skyblocker + +org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_281
\ No newline at end of file |