diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-09-06 23:02:34 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-09-06 23:02:34 -0400 |
commit | 263695053d997e75ec4a10f0de3ea0cb8a0de80c (patch) | |
tree | a3d331738b56e0661731511cb46297d51e6ae9cd /gradle.properties | |
parent | 04b4941e65693f8d6b55f924781d7dd7cd26b1d5 (diff) | |
download | meteor-trashy-addon-dev.tar.xz |
Special thanks to Xenapte for the 1.20.6 patch.
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 2d09ec9..9110957 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties (https://fabricmc.net/develop) -minecraft_version=1.20.4 -yarn_mappings=1.20.4+build.3 -loader_version=0.15.7 +minecraft_version=1.21.1 +yarn_mappings=1.21.1+build.3 +loader_version=0.15.11 # Mod Properties mod_version=0.0.1 @@ -13,4 +13,4 @@ archives_base_name=meteor-trashy-addon # Dependencies # Meteor (https://maven.meteordev.org) -meteor_version=0.5.6-SNAPSHOT +meteor_version=0.5.8-SNAPSHOT |