Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 485 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 485 Bytes

Birdhaus

A Minecraft mod that brings you the wonder of birds!

https://www.curseforge.com/minecraft/mc-mods/birdhaus

How to install?

We make use gradle (a build-automation tool). Installation steps may be found here.

How to run?

Run checks

./gradlew check

Run tests

./gradlew test

Run mod

./gradlew runData # Generate data files
./gradlew runClient # Run Minecraft client