Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squeek502/applecore
An API for modifying the food and hunger mechanics of Minecraft
https://github.com/squeek502/applecore
minecraft-mod
Last synced: 29 days ago
JSON representation
An API for modifying the food and hunger mechanics of Minecraft
- Host: GitHub
- URL: https://github.com/squeek502/applecore
- Owner: squeek502
- License: unlicense
- Created: 2014-07-22T02:06:10.000Z (over 10 years ago)
- Default Branch: 1.12.2
- Last Pushed: 2021-02-09T20:39:20.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T01:59:31.350Z (6 months ago)
- Topics: minecraft-mod
- Language: Java
- Size: 778 KB
- Stars: 57
- Watchers: 15
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[AppleCore](https://minecraft.curseforge.com/projects/applecore) [![Build Status](https://travis-ci.org/squeek502/AppleCore.svg)](https://travis-ci.org/squeek502/AppleCore)
===========An API for modifying the food and hunger mechanics of Minecraft.
### Using AppleCore
* [Building against AppleCore](https://github.com/squeek502/AppleCore/wiki/Building-against-AppleCore)
* [AppleCore features](https://github.com/squeek502/AppleCore/wiki/AppleCore-features)
* [Using the AppleCore API](https://github.com/squeek502/AppleCore/wiki/Using-the-AppleCore-API)
* [Integrating food items with AppleCore](https://github.com/squeek502/AppleCore/wiki/Integrating-food-items-with-AppleCore)
* [Integrating plants with AppleCore](https://github.com/squeek502/AppleCore/wiki/Integrating-plants-with-AppleCore)#### Mods that use AppleCore
* [Hunger Overhaul](https://github.com/progwml6/HungerOverhaul) – *Extensive tweaks to hunger and related mechanics*
* [The Spice of Life](https://github.com/squeek502/SpiceOfLife/tree/1.7.10) – *Encourages dietary variety through diminishing returns*
* [Hunger In Peace](https://github.com/squeek502/HungerInPeace) – *Normal hunger and health regen in peaceful*---
### Building AppleCore
1. Clone the repository
2. Open a command line and execute ```gradlew build```