Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 368 Bytes

BTA Example Mod

A simple mod template for Better Than Adventure.

It's suggested to use IDEA as the IDE.

Setup

  1. Grab a full BTA jar from the MultiMC instance (or anywhere else you want) and rename it to "bta.jar".

  2. Place the jar in the "libs" folder in your project.

  3. Run the following command:

gradlew build
  1. Start your modding trip!