Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squeek502/spiceoflife

A Minecraft mod that encourages dietary variety through diminishing returns
https://github.com/squeek502/spiceoflife

minecraft-mod

Last synced: about 1 month ago
JSON representation

A Minecraft mod that encourages dietary variety through diminishing returns

Awesome Lists containing this project

README

        

The Spice Of Life
=================

Minecraft mod that encourages dietary variety through dimishing returns. Uses the [AppleCore API](https://github.com/squeek502/AppleCore).

[Minecraft Forum Thread](http://www.minecraftforum.net/topic/2688857-)

###Building

1. Clone this repository into a folder named SpiceOfLife
3. If you have [Gradle](http://www.gradle.org/) installed, open a command line in the SpiceOfLife folder and execute: ```gradle build```. To give the build a version number, use ```gradle build -Pversion=``` instead (example: ```gradle build -Pversion=1.0.0```)
* If you don't have Gradle installed, you can use [ForgeGradle](http://www.minecraftforge.net/forum/index.php?topic=14048.0)'s gradlew/gradlew.bat instead