diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-11-30 16:17:20 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-11-30 16:17:20 +0000 |
commit | ffa316b7d7963e6a5358a540a6b661a8e4748a4f (patch) | |
tree | 17f08fe92b18a5bf1fa36275b638d0a44df5551a /gradle.properties | |
parent | 4616cda6ce0cc4410e049f129c07ad47c8de776d (diff) |
1.18
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 db74e19..0afb117 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/versions.html - minecraft_version=1.18-pre2 - yarn_mappings=1.18-pre2+build.1 - loader_version=0.12.5 + minecraft_version=1.18 + yarn_mappings=1.18+build.1 + loader_version=0.12.6 # 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.42.4+1.18 + fabric_version=0.43.1+1.18 |