95222c1c952959a6f327a6ee8bb84e195c21445b
## Notes - This release addes the ablility to provide your own or a speedometer made by someone else and not the 2 option I(The developer) provides as hard coded features ## Added: - Resorcepack source for visual speedometer - Added documentation for resourcepack setup [resourcepack.md](https://github.com/zaze06/Speedometer/blob/master/resourcepack.md) - Override config for speedometer pointer (only works if it's not an image) ## Fixes: - Fixed [#2](https://github.com/zaze06/Speedometer/issues/2) ## TO-DO: ## Resourcepack This release contains a base resourcepack that shuld be like the old one, but there is also an optinaly downloadible resourcepack from GitHub, and as a additinal file in this release on Github and Modrith ## Code notes This push updates the development envirment to 1.21.1, but fabric is tested and works on 1.21 still
Speedometer
This is a simple mod for forge and fabric that displays your current speed
Credits to
org.json Included due to problems whit ForgeGradle
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:
forge/build/libs
- Fabic:
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