You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Astoria cc24e7a835 | 2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
gradle/wrapper | 2 years ago | |
src/main | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago | |
gradle.properties | 2 years ago | |
gradlew | 2 years ago | |
gradlew.bat | 2 years ago | |
settings.gradle | 2 years ago |
README.md
Minimal Mod
Babric example mod, without the examples.
Prerequisites
- JDK for Java 17 (Eclipse Temurin recommended)
- IntelliJ IDEA
- Minecraft Development plugin (Optional, but highly recommended)
Setup instructions
- Download or clone this repository and put it somewhere.
git clone https://github.com/Turnip-Labs/bta-minimal-mod.git
-
Import the project in IntelliJ IDEA, close it and open it again.
-
Create a new run configuration by going in
Run > Edit Configurations
Then click on the plus icon and select Gradle. In theTasks and Arguments
field enterbuild
Running it will build your finished jar files and put them inbuild/libs/
-
Open
File > Settings
and head toBuild, Execution, Development > Build Tools > Gradle
ChangeBuild and run using
andRun tests using
toIntelliJ IDEA
-
Open
File > Project Structure
, selectProject
and setCompiler output
to your project's path/out. -
Done! Now all that's left is to change every mention of
examplemod
to your own mod id. Happy modding!