- Clone this repository
- Acquire the full BTW sources and put them under
src/btw/java - (Optional) Put the BTW resources (textures, etc.) under
src/btw/resources - Run the gradle task btwJar
- Run the gradle task build and then runClient
- (Optional) Put the vanilla MC resources (sounds) under
run/resources
To get access to the Better Than Wolves source code, please refer to the BTW-Gradle repository or (alternatively) the BTW-Public repository, which also offers a way to generate the sources.
Drop on by the discord server if you need help: BTW Discord.
The mod file for the release is generated by the Gradle task remapJar and then put into release.
After successfully importing the MultiMC instance, you can put your mod file into the mods folder of your installation. If it is a coremod, put it into coremods.
- How do I obtain the BTW-sources? Please refer to BTW-Gradle or BTW-Public.
More troubleshooting is still todo. Feel free to message me on Discord.
This project incorporates:
- A modified version of Fabric Loom (MIT)
- A precompiled version of Tiny Remapper (LGPL-3.0)