Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squeek502/hungerinpeace
Minecraft mod that enables normal hunger/health regen in Peaceful mode
https://github.com/squeek502/hungerinpeace
minecraft-mod
Last synced: about 1 month ago
JSON representation
Minecraft mod that enables normal hunger/health regen in Peaceful mode
- Host: GitHub
- URL: https://github.com/squeek502/hungerinpeace
- Owner: squeek502
- License: unlicense
- Created: 2014-09-17T05:26:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T05:13:11.000Z (over 7 years ago)
- Last Synced: 2024-05-02T01:59:32.407Z (7 months ago)
- Topics: minecraft-mod
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hunger In Peace
===============Minecraft mod that enables normal hunger/health regen in Peaceful mode.
Written as an example use case of the [AppleCore API](https://github.com/squeek502/AppleCore).
###Building
1. Clone this repository
2. If you have [Gradle](http://www.gradle.org/) installed, open a command line in the cloned 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