diff options
author | 2024-04-21 11:30:03 -0400 | |
---|---|---|
committer | 2024-04-21 11:30:03 -0400 | |
commit | 083ddabb85d0acab1127f2c70765ef76ad0631fb (patch) | |
tree | 584d82d42de265cc35290dadc43c08a113912749 /gradle.properties | |
parent | 31aa0a803069513d32e242a65c4d7ad1daf99355 (diff) | |
download | meteor-trashy-addon-083ddabb85d0acab1127f2c70765ef76ad0631fb.tar.xz |
1.20.4 + AutoTrade.
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 ef58c47..2d09ec9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties (https://fabricmc.net/develop) -minecraft_version=1.19.4 -yarn_mappings=1.19.4+build.2 -loader_version=0.14.19 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.7 # 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.3-SNAPSHOT +meteor_version=0.5.6-SNAPSHOT |