/BTAExampleMod

A simple mod template for Better Than Adventure

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

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!