diff options
author | Keuin <[email protected]> | 2022-01-04 19:09:33 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-01-04 19:18:44 +0800 |
commit | 83b689216daf35d3da8f33be9a62c46403a577e5 (patch) | |
tree | 692d558c4d02400e03142365886c01b0edc23480 /gradle.properties | |
parent | 7ca4ac1080d8dd896f16215bda1639c4bf516dcd (diff) |
Make it compile for Minecraft 1.18.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 02a9f95..08de13e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.14.4 -yarn_mappings=1.14.4+build.18 -loader_version=0.11.0 +minecraft_version=1.18.1 +yarn_mappings=1.18.1+build.17 +loader_version=0.12.12 # Mod Properties mod_version=1.6.7 maven_group=com.keuin.kbackupfabric archives_base_name=kbackup-fabric # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_version=0.28.4+1.14 +fabric_version=0.45.1+1.18 |