aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorLibravatar Jasmine Hegman <[email protected]>2021-10-25 04:59:52 -0700
committerLibravatar GitHub <[email protected]>2021-10-25 12:59:52 +0100
commit4753eb5935a25efe1e58c4aa519c1904e556e912 (patch)
treed1b049fae0f1d92c1784f489491180e96d2920c6 /gradle.properties
parentUse Logger instead of println (#126) (diff)
Update yarn and fabric load/api (#134)
* Update yarn and fabric load/api To keep up to date with https://fabricmc.net/versions.html?&version=1.17.1 * Set loader to latest stable version
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index fc33b65..3450fbd 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17.1
- yarn_mappings=1.17.1+build.39
- loader_version=0.11.6
+ yarn_mappings=1.17.1+build.63
+ loader_version=0.11.7
# 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.39.2+1.17
+ fabric_version=0.41.0+1.17