diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-11-10 14:29:20 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-11-10 15:28:04 +0000 |
commit | c8d88521ed2f605746ce72bb3b6049c649b7814e (patch) | |
tree | a055d7fbaf20f900077d7981f4de67d5b0f88f97 /gradle.properties | |
parent | 8adede095a379f0f18984d1ec2b4a46a4b5d29a7 (diff) |
Update Fabric Loader and API
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 3450fbd..beec356 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/versions.html minecraft_version=1.17.1 yarn_mappings=1.17.1+build.63 - loader_version=0.11.7 + loader_version=0.12.5 # Mod Properties mod_version = 1.0.0 @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.41.0+1.17 + fabric_version=0.42.1+1.17 |