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

https://github.com/squeek502/hungerpersistence

Minecraft mod that makes hunger persist across deaths
https://github.com/squeek502/hungerpersistence

minecraft-mod

Last synced: 2 months ago
JSON representation

Minecraft mod that makes hunger persist across deaths

Awesome Lists containing this project

README

        

Hunger Persistence
==================

Minecraft mod that persists hunger across deaths.

* Can set a minimum hunger value on respawn, so that players never respawn with less hunger than the specified amount
* Can set a maximum hunger value on respawn, so that players never respawn with more hunger than the specified amount
* Can set a minimum saturation value on respawn, so that players never respawn with less saturation than the specified amount
* Can set a maximum saturation value on respawn, so that players never respawn with more saturation than the specified amount

https://minecraft.curseforge.com/projects/hunger-persistence

###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```)