Make Legacy Fabric API usable with BetterThanWolves CE 3.0
- Clone this repository
- Download the according BTW-CE 3.0+ intermediary release
- Drag&Drop the intermediary .zip file onto the install.bat
- Wait till it fully finishes
- Run the gradle task build and then runClient
# Compile your mod
./gradlew build
# Remove old build files
./gradlew clean
# Generate Minecraft sources
./gradlew genSources
# Launch a modded Minecraft client
./gradlew runClient
# Kill gradle if it's doing stupid things
./gradlew --stopThis template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. This project incorporates:
- A precompiled version of Tiny Remapper (LGPL-3.0)