# 1.17.X-1.18.X(Fabric)

Issue #5 wanted to add support for 1.17

Made the mod work for 1.17.1-1.18.2 for Fabric, and 1.17.1 for Forge

Lot of changes due to API differences have resulted in changes to nearly all files and a comprehensive list would just list everything, so if you're interested you can look through things

This version is a backport of 6.2.4/6.2.3 to Minecraft 1.17 this includes
- Resourcepack
- Color
- Location
- And more
This commit is contained in:
2025-04-05 19:30:49 +02:00
parent 4b2a150a30
commit b81dd019ea
19 changed files with 401 additions and 122 deletions

View File

@@ -1,16 +1,16 @@
org.gradle.jvmargs=-Xmx8G
minecraft_version=1.21.5
minecraft_version=1.17.1
archives_base_name=speedometer
mod_version=6.2.4
mod_version=6.2.4-1.17.1
maven_group=me.zacharias
# https://modrinth.com/mod/architectury-api/versions
architectury_version=16.0.3
architectury_version = 2.10.12
# https://modrinth.com/mod/cloth-config/versions
cloth_config_version = 18.0.145
cloth_config_version = 5.3.63
# NeoForged Only
# https://neoforged.net/
@@ -18,12 +18,14 @@ neoforge_version = 21.5.14-beta
# Fabric Only
# https://fabricmc.net/develop/
fabric_loader_version=0.16.10
fabric_api_version=0.119.6
# Fabric Only
fabric_loader_version = 0.13.2
fabric_api_version = 0.45.0
# https://modrinth.com/mod/modmenu/versions
modmenu_version = 14.0.0-rc.2
modmenu_version = 2.0.17
# Forge Only
forge_version = 37.1.1
# Version of the org.json json library
json_version = 20240303