Minecraft mod that adds various food-related HUD improvements formerly provided by AppleCore (basically, AppleCore without the core).
- Adds food value information to tooltips:
- Adds a visualization of saturation and exhaustion to the HUD:
- Adds a visualization of potential hunger/saturation restored while holding food:
- Adds hunger/saturation/exhaustion info to the debug overlay (F3)
- Syncs the value of saturation and exhaustion to the client.
- Clone the repository
- Open a command line and execute
gradlew build
Note: To give the build a version number, use gradlew build -Pversion=<version>
instead (example: gradlew build -Pversion=1.0.0
).