Skip to content

Minecraft mod that makes hunger persist across deaths

License

Notifications You must be signed in to change notification settings

benjaminiserman/HungerPersistence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 installed, open a command line in the cloned folder and execute: gradle build. To give the build a version number, use gradle build -Pversion=<version> instead (example: gradle build -Pversion=1.0.0)

About

Minecraft mod that makes hunger persist across deaths

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%