diff options
author | Player <sfPlayer1@users.noreply.github.com> | 2021-12-10 17:16:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 17:16:14 +0000 |
commit | f850de2e5acf0e6564de9e05be86de97cd50611d (patch) | |
tree | f14d6cd8b2f551066e7868e6bfed2c30f6a09a76 | |
parent | 8577b9ae74cf7a23b03ace9ae16819777a303418 (diff) |
Update Fabric Loader to 0.12.10
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c2b97cb..96ce368 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/versions.html minecraft_version=1.18.1 yarn_mappings=1.18.1+build.1 - loader_version=0.12.9 + loader_version=0.12.10 # Mod Properties mod_version = 1.0.0 |