Files
Speedometer/readme.md
Zacharias 0fdab6874c Update readme.md
Fixed typo in Neoforge jar location, and added Forge for consistency
2025-05-03 22:54:03 +02:00

28 lines
1.1 KiB
Markdown

# Speedometer
This is a simple mod for Forge, Fabric, and NeoForged that displays your current speed
## Credits to
[org.json](https://www.json.org/json-en.html) *Included due to problems whit Gradle and building*
## Compile your own version?
1. Download source code
* Run `git clone https://github.com/zaze06/Speedometer`
* Download the source code from GitHub page [master.zip](https://github.com/zaze06/Speedometer/archive/refs/heads/master.zip)
* unzip the folder
2. Open the folder
3. Run `gradlew build`(Windows cmd) or `./gradlew build`(Linux, MacOS, Windows powershell)
4. the compiled version will be in
* Fabic: `fabric/build/libs`
* NeoForge: `neoforged/build/libs`
* Forge: `forge/build/libs`
## 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](https://github.com/zaze06/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