From 5c95f394a8d91e4bf74d6e547de24df85a4d72e7 Mon Sep 17 00:00:00 2001 From: Zacharias <54169874+zaze06@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:34:16 +0100 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 030b16c..8460b3c 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ # Speedometer -This is a simple mod for forge and fabric that displays your current speed +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 ForgeGradle* +[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 @@ -13,7 +13,10 @@ This is a simple mod for forge and fabric that displays your current speed 3. Run `gradlew build`(Windows cmd) or `./gradlew build`(Linux, MacOS, Windows powershell) 4. the compiled version will be in * Fabic: `fabric/build/libs` - * Forge: `forge/build/libs` + * Forge: `neoforged/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)