/HungerInPeace

Minecraft mod that enables normal hunger/health regen in Peaceful mode

Primary LanguageJavaThe UnlicenseUnlicense

Hunger In Peace

Minecraft mod that enables normal hunger/health regen in Peaceful mode.

Written as an example use case of the AppleCore API.

###Building

  1. Clone this repository
  2. If you have Gradle installed, open a command line in the cloned folder and execute: gradle build. To give the build a version number, use gradle build -Pversion=<version> instead (example: gradle build -Pversion=1.0.0)
  • If you don't have Gradle installed, you can use ForgeGradle's gradlew/gradlew.bat instead