diff options
author | SHsuperCM <shsupercm@gmail.com> | 2022-01-10 17:39:17 +0200 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2022-01-10 17:41:17 +0200 |
commit | 4fdc32dcc39d744e7c539895740955b253530331 (patch) | |
tree | d86a3e95acce71b8b1a4d5a4e64f508e8ab2fc6f /gradle.properties | |
parent | e790717a6fbad39f8643683a64df988dbda9ecd5 (diff) | |
download | CITResewn-4fdc32dcc39d744e7c539895740955b253530331.tar.gz CITResewn-4fdc32dcc39d744e7c539895740955b253530331.tar.bz2 CITResewn-4fdc32dcc39d744e7c539895740955b253530331.zip |
Ported to 1.18
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 5456550..4ca97f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.17.1 -minecraft_version_compat=1.17.x -yarn_mappings=1.17.1+build.39 +minecraft_version=1.18.1 +minecraft_version_compat=1.18.x +yarn_mappings=1.18.1+build.14 loader_version=0.12.12 -fabric_api=0.39.2+1.17 -modmenu=2.0.6 -cloth=5.0.38 -cosmetic_armor=3419941 +fabric_api=0.45.0+1.18 +modmenu=3.0.1 +cloth=6.1.48 +cosmetic_armor=3544655 # Mod Properties mod_version=0.8.2 |