diff options
author | modmuss50 <modmuss50@gmail.com> | 2022-06-07 18:21:20 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2022-06-07 19:59:33 +0100 |
commit | 0c1c11065062c745ce49529e9bee48b05aa4bc41 (patch) | |
tree | 01d87bf28aefbfef68d92437511b865ad6eb514b /gradle.properties | |
parent | 9bfeedcc577bb8f30f4fa7c9f3b3b0c395abaae0 (diff) |
1.19
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 beda762..eed7c75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.18.2 - yarn_mappings=1.18.2+build.3 + minecraft_version=1.19 + yarn_mappings=1.19+build.1 loader_version=0.14.6 # Mod Properties @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.53.0+1.18.2 + fabric_version=0.55.1+1.19 |