diff options
author | Julian <hi@notnite.com> | 2024-07-24 21:42:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 21:42:11 -0400 |
commit | 9f87ba4eecf3eecd5efe5355f23886c08e07a6d0 (patch) | |
tree | 0be406ac0b2cd2595232ca137348835f7178cb69 /gradle.properties | |
parent | 40c0e869ad1edd5524b409d50d8733003c4d0c31 (diff) | |
parent | 66cca351c3a0f49ceaf15b4b5052a619a1f39228 (diff) | |
download | gloppers-main.tar.gz gloppers-main.tar.bz2 gloppers-main.zip |
1.21 Update
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 5b540a0..692aa94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true -minecraft_version=1.20.4 -yarn_mappings=1.20.4+build.3 -loader_version=0.15.6 +minecraft_version=1.21 +yarn_mappings=1.21+build.9 +loader_version=0.15.11 -mod_version=1.0.2 +mod_version=1.0.3 maven_group=com.notnite archives_base_name=gloppers |