diff options
author | SHsuperCM <shsupercm@gmail.com> | 2023-06-10 09:23:21 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2023-06-10 09:23:21 +0300 |
commit | 2b6d3a661e7064576b9fc1109631d32b737cab06 (patch) | |
tree | 186a49f097f0e4d4ca456b0c8cf9bcbbdf931bb2 /gradle.properties | |
parent | dffa1a9e198eb324daff014c778f26d389352fa6 (diff) | |
download | CITResewn-2b6d3a661e7064576b9fc1109631d32b737cab06.tar.gz CITResewn-2b6d3a661e7064576b9fc1109631d32b737cab06.tar.bz2 CITResewn-2b6d3a661e7064576b9fc1109631d32b737cab06.zip |
1.20 Update
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 8ea9e90..500ac2b 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.19.4 -publish_minecraft_versions=1.19.4 -yarn_mappings=1.19.4+build.1 -loader_version=0.14.17 +minecraft_version=1.20 +publish_minecraft_versions=1.20 +yarn_mappings=1.20+build.1 +loader_version=0.14.21 fungible=1.2+mc1.19.3 -fabric_api=0.76.0+1.19.4 -modmenu=6.1.0-rc.4 -cloth=10.0.96 +fabric_api=0.83.0+1.20 +modmenu=7.0.1 +cloth=11.0.99 # Mod Properties mod_version=1.1.3 |