/SpiceOfLife

A Minecraft mod that encourages dietary variety through diminishing returns

Primary LanguageJavaOtherNOASSERTION

The Spice Of Life - Carrot Edition

Minecraft mod that encourages dietary variety through dimishing returns and rewards. Uses the AppleCore API.

Forked and maintained by the GTNH team.

Inspiration from https://github.com/Cazsius/Spice-of-Life-Carrot-Edition.

Original Minecraft Forum Thread

###Building

  1. Clone this repository into a folder named SpiceOfLife
  2. If you have Gradle installed, open a command line in the SpiceOfLife 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