Updated to 1.21.6

Reindented Client.java to 4 spaces

fixed small issue with the tokenizer where the game whuld crash, and numbers whuld be incorrecly tokenized. Might need feuture reimplementation.
This commit is contained in:
2025-06-22 23:53:52 +02:00
parent 0fdab6874c
commit 9c05791a20
3 changed files with 286 additions and 290 deletions

View File

@@ -1,29 +1,29 @@
org.gradle.jvmargs=-Xmx8G
minecraft_version=1.21.5
minecraft_version=1.21.6
archives_base_name=speedometer
mod_version=6.2.4
mod_version=6.3.0
maven_group=me.zacharias
# https://modrinth.com/mod/architectury-api/versions
architectury_version=16.0.3
architectury_version=17.0.6
# https://modrinth.com/mod/cloth-config/versions
cloth_config_version = 18.0.145
cloth_config_version = 19.0.147
# NeoForged Only
# https://neoforged.net/
neoforge_version = 21.5.14-beta
neoforge_version = 21.6.12-beta
# Fabric Only
# https://fabricmc.net/develop/
fabric_loader_version=0.16.10
fabric_api_version=0.119.6
fabric_loader_version=0.16.14
fabric_api_version=0.127.1
# Fabric Only
# https://modrinth.com/mod/modmenu/versions
modmenu_version = 14.0.0-rc.2
modmenu_version = 15.0.0-beta.3
# Version of the org.json json library
json_version = 20240303