From 8e5e02fd6f8702afb75f8b384ec84b9588149ce5 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 5 Apr 2023 16:02:42 -0500 Subject: [PATCH] Repace readme --- README.md | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 80da6f3..177be0f 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,3 @@ -# Minimal Mod +# Astoria's Wiremod -Babric example mod, without the examples. - -## Prerequisites -- JDK for Java 17 ([Eclipse Temurin](https://adoptium.net/temurin/releases/) recommended) -- IntelliJ IDEA -- Minecraft Development plugin (Optional, but highly recommended) - -## Setup instructions - -1. Download or clone this repository and put it somewhere. -``` -git clone https://github.com/Turnip-Labs/bta-minimal-mod.git -``` - -2. Import the project in IntelliJ IDEA, close it and open it again. - - -3. Create a new run configuration by going in `Run > Edit Configurations` - Then click on the plus icon and select Gradle. In the `Tasks and Arguments` field enter `build` - Running it will build your finished jar files and put them in `build/libs/` - - -4. Open `File > Settings` and head to `Build, Execution, Development > Build Tools > Gradle` - Change `Build and run using` and `Run tests using` to `IntelliJ IDEA` - - -5. Open `File > Project Structure`, select `Project` and set `Compiler output` to your project's path/out. - - -6. Done! Now all that's left is to change every mention of `examplemod` to your own mod id. Happy modding! +TODO \ No newline at end of file