Gourmet
This modification provides a Java API and JSON data-driven format that can be used in data packs and other mods.
To demonstrate the capabilities, two example mods were created:
- crunch
- sap
Here is a simple example of a JSON file that makes a brick edible and restores 1 unit of hunger:
{
"item": "minecraft:brick",
"hunger": 2,
"saturation": 0
}