This is a rewritten version of Grasscutter.
Find the original project at Grasscutters/Grasscutter.
TODO: Write README.md
- Download the latest release from GitHub Actions.
- Use nightly.link if you do not have a GitHub account.
- TODO: Continue writing this guide.
- Place Protocol Buffer files in
src/main/proto
.- These are compiled into Java classes during the build process.
- Build the project using
./gradlew jar
or.\gradlew.bat jar
.- Use the first command when using a UNIX-based system (Linux, macOS, etc.).
- Use the second command when using a Windows-based system.
- TODO: Continue writing this guide.