Updated Architectury.loom to 1.10 Added Client#getPosImp to get some pre-processing of the position \ Planes to replace the Client#getPos method Updated to 6.2.3 This version is mostly needed for NeoForged due to changes of how the ClientReloadListenerEvent is added see changes in SpeedometerNeoForge.EventHandler#onResourceReload version 6.2.2 is no longer marked as 1.21.4 compatible
29 lines
613 B
Properties
29 lines
613 B
Properties
org.gradle.jvmargs=-Xmx8G
|
|
|
|
minecraft_version=1.21.4
|
|
|
|
archives_base_name=speedometer
|
|
mod_version=6.2.3
|
|
maven_group=me.zacharias
|
|
|
|
# https://modrinth.com/mod/architectury-api/versions
|
|
architectury_version=15.0.3
|
|
|
|
# https://modrinth.com/mod/cloth-config/versions
|
|
cloth_config_version = 17.0.144
|
|
|
|
# NeoForged Only
|
|
# https://neoforged.net/
|
|
neoforge_version = 21.4.123
|
|
|
|
# Fabric Only
|
|
# https://fabricmc.net/develop/
|
|
fabric_loader_version=0.16.10
|
|
fabric_api_version=0.119.2
|
|
|
|
# Fabric Only
|
|
# https://modrinth.com/mod/modmenu/versions
|
|
modmenu_version = 13.0.3
|
|
|
|
# Version of the org.json json library
|
|
json_version = 20240303 |