216a498d72ce5dfa395be524fdd4b77808640b11
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
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