TODO: description
Clone the repository for local work:
# Clone and navigate to repository
git clone https://github.com/fox-lol/cats-plus
cd cats-plus
# Generate Minecraft source code
./gradlew genSourcesWithQuiltflower
Then run the mod against a specified modloader:
# Run with Fabric
./gradlew fabric:runClient
# Run with Forge
./gradlew forge:runClient
Run a server by substituting runClient
with runServer
.
Create a release build by running:
./gradlew build
Released under GNU General Public License v3.0.