Skip to content

Adds recipe support for the composter.

License

Notifications You must be signed in to change notification settings

haykam821/Compost-Recipes

Repository files navigation

Compost Recipes

GitHub release CurseForge Discord

Adds recipe support for the composter.

Compost Recipes requires the Fabric modloader and Fabric API.

Installation

  1. Install Fabric API if it is not installed.
  2. Download Compost Recipes from CurseForge or GitHub.
  3. Place the downloaded file in your mods folder.

Usage

Add a recipe using the following format to your datapack:

{
	"type": "compostrecipes:composting",
	"ingredient": {
		"item": "minecraft:dead_bush"
	},
	"chance": 0.5,
	"layers": 3
}