Updated Gradle version to 8.13
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
This commit is contained in:
@@ -3,27 +3,27 @@ org.gradle.jvmargs=-Xmx8G
|
||||
minecraft_version=1.21.4
|
||||
|
||||
archives_base_name=speedometer
|
||||
mod_version=6.2.2
|
||||
mod_version=6.2.3
|
||||
maven_group=me.zacharias
|
||||
|
||||
# https://modrinth.com/mod/architectury-api/versions
|
||||
architectury_version=15.0.1
|
||||
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.30-beta
|
||||
neoforge_version = 21.4.123
|
||||
|
||||
# Fabric Only
|
||||
# https://fabricmc.net/develop/
|
||||
fabric_loader_version=0.16.9
|
||||
fabric_api_version=0.112.1
|
||||
fabric_loader_version=0.16.10
|
||||
fabric_api_version=0.119.2
|
||||
|
||||
# Fabric Only
|
||||
# https://modrinth.com/mod/modmenu/versions
|
||||
modmenu_version = 13.0.0-beta.1
|
||||
modmenu_version = 13.0.3
|
||||
|
||||
# Version of the org.json json library
|
||||
json_version = 20240303
|
||||
Reference in New Issue
Block a user