diff options
author | modmuss50 <modmuss50@gmail.com> | 2020-09-27 13:04:21 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2020-09-27 13:04:21 +0100 |
commit | 4237368e648916f22871126b3bea5260684eb9e9 (patch) | |
tree | 0a5b248a2a56f977a96b4ec86669a27b5f55657d /gradle.properties | |
parent | 46dc3e2dabf7631ac29921cfb3c42eb6be58f107 (diff) |
Update api, loader, loom, gradle
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index b03017b..50867ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.16.3 - yarn_mappings=1.16.3+build.1 - loader_version=0.9.3+build.207 + yarn_mappings=1.16.3+build.17 + loader_version=0.10.0+build.208 # Mod Properties mod_version = 1.0.0 @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # 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.20.2+build.402-1.16 + fabric_version=0.22.0+build.408-1.16 |