aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-08-24 13:12:35 +0200
committerLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-08-24 13:12:35 +0200
commitad40e1586da1f3e07bea69374bc2676b090684dc (patch)
tree8e7a8347f23a48b28200ad6a55aaf285ca3e7c25 /gradle.properties
parent76edb1383443febce58a62e04113d782494cca67 (diff)
downloadSkyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.gz
Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.bz2
Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.zip
Update to 1.17
This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties29
1 files changed, 13 insertions, 16 deletions
diff --git a/gradle.properties b/gradle.properties
index fca4137a..1a49ff52 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,23 +1,20 @@
org.gradle.jvmargs=-Xmx1G
-# Fabric Properties (https://modmuss50.me/fabric.html)
- minecraft_version=1.16.5
- yarn_mappings=1.16.5+build.5
- loader_version=0.11.3
+# Fabric Properties (https://fabricmc.net/versions.html)
+minecraft_version=1.17.1
+yarn_mappings=1.17.1+build.39
+loader_version=0.11.6
-fabric_api_version=0.29.3+1.16
-fabric_version=0.31.0+1.16
-# APIs
+#Fabric api
+fabric_version=0.38.0+1.17
+
+# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
-cloth_api_version=4.8.3
-## Auto Config (https://bintray.com/shedaniel/autoconfig1u/autoconfig1u/_latestVersion)
-auto_config_version=3.3.1
-## Mod Menu (https://maven.fabricmc.net/io/github/prospector/modmenu/)
-mod_menu_version=1.14.13+build.21
+clothconfig_version=5.0.38
+## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
+mod_menu_version=2.0.4
# Mod Properties
-mod_version = 1.0.5
+mod_version = 1.0.6
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
+archives_base_name = skyblocker \ No newline at end of file