Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 670 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 670 Bytes

Cats Plus

TODO: description

Developing

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.

Build

Create a release build by running:

./gradlew build

License

Released under GNU General Public License v3.0.