Change README, add .gitignore, update dependencies

main
azurelmao 1 year ago
parent f6ac9459e1
commit 7fe363e39e

5
.gitignore vendored

@ -0,0 +1,5 @@
.gradle/
.idea/
build/
out/
run/

@ -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!

@ -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

Loading…
Cancel
Save