Compost Recipes
This mod extends the functionality of the composter in Minecraft by adding support for custom composting recipes.
Compatibility
Compost Recipes requires the Fabric modloader and Fabric API to be installed.
Installation
- Make sure Fabric API is installed in your game
- Download the latest version of Compost Recipes mod
- Place the downloaded file in your Minecraft client's
modsfolder
Usage
You can create custom composting recipes by adding them to your datapacks. Use the following JSON format:
{
"type": "compostrecipes:composting",
"ingredient": {
"item": "minecraft:dead_bush"
},
"chance": 0.5,
"layers": 3
}
In this example, the dead bush has a 50% chance to add 3 layers of compost to the composter.