Gourmet Fabric

Quick rating

Community listing page, reviews here may not be monitored by the author.

Gourmet Fabric

By DeltaNedasOwner

No reviews yet

Fabric library that can make any item edible.

Mod Loaders
Minecraft

About

Description

Fabric mod that allows any mod or datapacks to make any item edible.

Has a Java API and JSON data-driven format usable in both data packs and mods.

I have made 2 example mods using JSON:

Has a Java API and JSON data-driven format usable in data packs and mods.

I have made 2 examples mods:

Simple JSON file to make a brick give 1 shank of hunger:

{
  "item": "minecraft:brick",
  "hunger": 2,
  "saturation": 0
}