diff options
author | SHsuperCM <shsupercm@gmail.com> | 2021-12-31 10:55:15 +0200 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2021-12-31 10:55:15 +0200 |
commit | 9b855d2dabad82dd6cc25581d3770aaa1d56030a (patch) | |
tree | 6c8de9f9d9862f496042e4e74e74a468583421ef /gradle.properties | |
parent | f99e664abacea4b08d78c6bae0760fb2928d3d4d (diff) | |
download | CITResewn-9b855d2dabad82dd6cc25581d3770aaa1d56030a.tar.gz CITResewn-9b855d2dabad82dd6cc25581d3770aaa1d56030a.tar.bz2 CITResewn-9b855d2dabad82dd6cc25581d3770aaa1d56030a.zip |
Some gradle cleanup
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 0d3145d..814b241 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,9 @@ 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 -loader_version=0.11.6 +loader_version=0.12.12 fabric_api=0.39.2+1.17 modmenu=2.0.6 |