From 7fe363e39ec7b65dd966f4b2557dcf1fe741c701 Mon Sep 17 00:00:00 2001 From: azurelmao Date: Fri, 2 Dec 2022 18:03:09 +0100 Subject: [PATCH] Change README, add .gitignore, update dependencies --- .gitignore | 5 +++++ README.md | 8 ++++---- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45b608c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.gradle/ +.idea/ +build/ +out/ +run/ \ No newline at end of file diff --git a/README.md b/README.md index 01be76c..80da6f3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# BTA Babric Minimal Mod +# Minimal Mod -Babric example mod, but without the examples. +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 steps +## Setup instructions 1. Download or clone this repository and put it somewhere. ``` @@ -26,7 +26,7 @@ git clone https://github.com/Turnip-Labs/bta-minimal-mod.git 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. +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! diff --git a/gradle.properties b/gradle.properties index c88dbe7..52ba338 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ mixin_version=0.11.4+mixin.0.8.5 loader_version=0.14.6-babric.1 # HalpLibe -halplibe_version=1.0.2 +halplibe_version=1.0.4 # Mod mod_version=1.0.1