fabric.mod.json:
neoforge.mods.toml: > Updated minumum version of mods and load order *.java: > cleaned up some code Updated to version 6.2.2 Fixed bug in Client.java for the position parser
This commit is contained in:
@@ -1,19 +1,29 @@
|
||||
org.gradle.jvmargs=-Xmx8G
|
||||
|
||||
minecraft_version=1.21.1
|
||||
minecraft_version=1.21.4
|
||||
|
||||
archives_base_name=speedometer
|
||||
mod_version=6.2.1
|
||||
mod_version=6.2.2
|
||||
maven_group=me.zacharias
|
||||
|
||||
architectury_version=13.0.8
|
||||
# https://modrinth.com/mod/architectury-api/versions
|
||||
architectury_version=15.0.1
|
||||
|
||||
fabric_loader_version=0.16.5
|
||||
fabric_api_version=0.105.0+1.21.1
|
||||
# https://modrinth.com/mod/cloth-config/versions
|
||||
cloth_config_version = 17.0.144
|
||||
|
||||
neoforge_version = 21.1.66
|
||||
# NeoForged Only
|
||||
# https://neoforged.net/
|
||||
neoforge_version = 21.4.30-beta
|
||||
|
||||
cloth_config_version = 15.0.140
|
||||
# Fabric Only
|
||||
# https://fabricmc.net/develop/
|
||||
fabric_loader_version=0.16.9
|
||||
fabric_api_version=0.112.1
|
||||
|
||||
# Fabric Only
|
||||
# https://modrinth.com/mod/modmenu/versions
|
||||
modmenu_version = 13.0.0-beta.1
|
||||
|
||||
# Version of the org.json json library
|
||||
json_version = 20240303
|
||||
Reference in New Issue
Block a user