A babric mod for BTA with examples of:
- items, tools, food items, custom items and armor
- blocks, portals and dimensions
- trees (giant mushrooms), entities
- recipes, mixins, invokers and accessors
Future plans include custom worldgen.
- JDK for Java 17 (Eclipse Temurin recommended)
- IntelliJ IDEA
- Minecraft Development plugin (Optional, but highly recommended)
- Download or clone this repository and put it somewhere.
git clone https://github.com/Turnip-Labs/bta-example-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. -
Done! Now all that's left is to change every mention of
examplemod
to your own mod id. Happy modding!
Small sneakpeak of what the mod has in store. Hm, I wonder where did this fire come from?