Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squeek502/spiceoflife
- Owner: squeek502
- License: unlicense
- Created: 2014-05-26T21:14:59.000Z (over 10 years ago)
- Default Branch: 1.12
- Last Pushed: 2018-08-30T01:07:16.000Z (about 6 years ago)
- Last Synced: 2024-05-02T01:59:35.343Z (7 months ago)
- Topics: minecraft-mod
- Language: Java
- Size: 537 KB
- Stars: 24
- Watchers: 8
- Forks: 25
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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