From 288727eecae92a27e8ca8f6dd26e6a6f7c3a4994 Mon Sep 17 00:00:00 2001 From: Coleman Bready Date: Wed, 14 May 2025 22:25:56 -0400 Subject: [PATCH 1/2] Create README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d15d33 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# SWRC Mod + +SWRC (StoneWorks Race Control) is a Minecraft Java 1.21.4 mod built using the Fabric modloader. It adds Boat Racing Control via waypoints and the ability to create tracks and operate races + +Requirements + + Minecraft Java Edition 1.21.4 + + Fabric Loader + + Fabric API + + Cloth Config API + +Installation + + Download the latest release from the Releases section. + + Install Fabric Loader for Minecraft 1.21.4. + + Place the following .jar files in your .minecraft/mods folder: + + swrc-x.x.x.jar + + fabric-api-x.x.x.jar + + cloth-config-x.x.x.jar + + Launch Minecraft with the Fabric profile. + +This mod is a work-in-progress. Expect frequent updates. Feedback is appreciated! +See the LICENSE file for more information. +Credits + + SaishoVibes + localhackerman From 113adb36a4a794ac65857b6f252e2c6e0014db11 Mon Sep 17 00:00:00 2001 From: Coleman Bready Date: Mon, 26 May 2025 15:33:40 -0400 Subject: [PATCH 2/2] Delete README.md --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 5d15d33..0000000 --- a/README.md +++ /dev/null @@ -1,36 +0,0 @@ -# SWRC Mod - -SWRC (StoneWorks Race Control) is a Minecraft Java 1.21.4 mod built using the Fabric modloader. It adds Boat Racing Control via waypoints and the ability to create tracks and operate races - -Requirements - - Minecraft Java Edition 1.21.4 - - Fabric Loader - - Fabric API - - Cloth Config API - -Installation - - Download the latest release from the Releases section. - - Install Fabric Loader for Minecraft 1.21.4. - - Place the following .jar files in your .minecraft/mods folder: - - swrc-x.x.x.jar - - fabric-api-x.x.x.jar - - cloth-config-x.x.x.jar - - Launch Minecraft with the Fabric profile. - -This mod is a work-in-progress. Expect frequent updates. Feedback is appreciated! -See the LICENSE file for more information. -Credits - - SaishoVibes - localhackerman