diff options
author | modmuss50 <modmuss50@gmail.com> | 2022-08-05 15:47:07 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2022-08-05 15:47:07 +0100 |
commit | 731e568ad487b8f7dfbedf22eaca9b12cb3e754d (patch) | |
tree | adbb5e606a77ebd5336e4aa5e7903093cf964fb3 | |
parent | b242df2716bf03fdb13b64980c5c6d96489437e9 (diff) |
1.19.2
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 10df6fa..a0db7e9 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.19.1 - yarn_mappings=1.19.1+build.1 + minecraft_version=1.19.2 + yarn_mappings=1.19.2+build.1 loader_version=0.14.8 # Mod Properties @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.58.4+1.19.1 + fabric_version=0.58.6+1.19.2 |