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
- Host: GitHub
- URL: https://github.com/squeek502/hungerpersistence
- Owner: squeek502
- License: unlicense
- Created: 2017-02-06T10:18:33.000Z (over 8 years ago)
- Default Branch: 1.10.2
- Last Pushed: 2017-06-28T05:01:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T12:32:41.599Z (4 months ago)
- Topics: minecraft-mod
- Language: Java
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 amounthttps://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```)