From 0fdab6874c6262640b7f3485686f22a4f8f8803f Mon Sep 17 00:00:00 2001 From: Zacharias <54169874+zaze06@users.noreply.github.com> Date: Sat, 3 May 2025 22:54:03 +0200 Subject: [PATCH] Update readme.md Fixed typo in Neoforge jar location, and added Forge for consistency --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8460b3c..a58dd80 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,8 @@ This is a simple mod for Forge, Fabric, and NeoForged that displays your current 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: `neoforged/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