1a59e3dc2a721c37a74b2411fc2b92587d55b1fc
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
Speedometer
This is a simple mod for Forge, Fabric, and NeoForged that displays your current speed
Credits to
org.json Included due to problems whit Gradle and building
Compile your own version?
- Download source code
- Run
git clone https://github.com/zaze06/Speedometer - Download the source code from GitHub page master.zip
- unzip the folder
- Run
- Open the folder
- Run
gradlew build(Windows cmd) or./gradlew build(Linux, MacOS, Windows powershell) - the compiled version will be in
- Fabic:
fabric/build/libs - Forge:
neoforged/build/libs
- Fabic:
Forge Support Transition
As of version 1.21 I chose to no longer support Forge in fevour of NeoForged
This mod is a newer version of speedometer-forge
Changes from old forge version?
This was just a project I choose for trying the Architectury API for abstraction. So changes are that now Architectury APi is required for this mod to work
Description