diff options
author | modmuss50 <modmuss50@gmail.com> | 2022-01-24 20:22:46 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2022-01-24 20:22:46 +0000 |
commit | 1e60757a4c69edcaaa1c0e426281cc81d1c1a611 (patch) | |
tree | 3888834a40b7645285f387869b49c9d7182b52cb /gradle.properties | |
parent | 630618c6b408682ebbe3647c7afaf14982be39d2 (diff) |
Update API, yarn, minimum loader version and mixin compat level.
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 d93df19..4b8487f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.18.1 - yarn_mappings=1.18.1+build.1 + yarn_mappings=1.18.1+build.22 loader_version=0.12.12 # Mod Properties @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.44.0+1.18 + fabric_version=0.46.2+1.18 |