Adds recipe support for the composter.
Compost Recipes requires the Fabric modloader and Fabric API.
- Install Fabric API if it is not installed.
- Download Compost Recipes from CurseForge or GitHub.
- Place the downloaded file in your
mods
folder.
Add a recipe using the following format to your datapack:
{
"type": "compostrecipes:composting",
"ingredient": {
"item": "minecraft:dead_bush"
},
"chance": 0.5,
"layers": 3
}