diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2022-03-09 09:52:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 09:52:33 +0100 |
commit | 33e27b83b7ac873312c415aed82728caf9f70d00 (patch) | |
tree | 05cacd32948e60828c91bccb6d4a57b810022e3b /gradle.properties | |
parent | 270f37c727233d5400eaa9f18357218bca437484 (diff) | |
parent | 31ad86829ef86b82d4f4307171f31b9cf2b73a4c (diff) | |
download | Skyblocker-33e27b83b7ac873312c415aed82728caf9f70d00.tar.gz Skyblocker-33e27b83b7ac873312c415aed82728caf9f70d00.tar.bz2 Skyblocker-33e27b83b7ac873312c415aed82728caf9f70d00.zip |
Merge pull request #54 from LifeIsAParadox/1.6.0-update
1.6.0 update
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index f1e32644..d9daf2ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,22 +1,22 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) -minecraft_version=1.18.1 -yarn_mappings=1.18.1+build.2 -loader_version=0.12.11 +minecraft_version=1.18.2 +yarn_mappings=1.18.2+build.1 +loader_version=0.13.3 #Fabric api -fabric_version=0.44.0+1.18 +fabric_version=0.47.9+1.18.2 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=6.1.50 +clothconfig_version=6.2.57 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=3.0.1 +mod_menu_version=3.1.0 # Mod Properties -mod_version = 1.5.0 +mod_version = 1.6.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ -suported_version=1.17.x-1.18.x
\ No newline at end of file +suported_version=1.18.x
\ No newline at end of file |