diff options
author | modmuss50 <modmuss50@gmail.com> | 2022-07-27 18:09:33 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2022-07-27 18:09:33 +0100 |
commit | b242df2716bf03fdb13b64980c5c6d96489437e9 (patch) | |
tree | 107df72924af85961927f7d8aa706726cb273506 /gradle.properties | |
parent | 0c1c11065062c745ce49529e9bee48b05aa4bc41 (diff) |
1.19.1
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index eed7c75..10df6fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.19 - yarn_mappings=1.19+build.1 - loader_version=0.14.6 + minecraft_version=1.19.1 + yarn_mappings=1.19.1+build.1 + loader_version=0.14.8 # 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.55.1+1.19 + fabric_version=0.58.4+1.19.1 |