https://github.com/haykam821/compost-recipes
Adds recipe support for the composter.
https://github.com/haykam821/compost-recipes
composter datapack fabric minecraft-mod
Last synced: about 1 month ago
JSON representation
Adds recipe support for the composter.
- Host: GitHub
- URL: https://github.com/haykam821/compost-recipes
- Owner: haykam821
- License: mit
- Created: 2020-01-13T00:45:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T04:45:35.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T12:18:17.451Z (about 1 year ago)
- Topics: composter, datapack, fabric, minecraft-mod
- Language: Java
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compost Recipes
[](https://github.com/haykam821/Compost-Recipes/releases/latest)
[](https://www.curseforge.com/minecraft/mc-mods/compost-recipes)
[](https://discord.gg/3WMUMgb)
Adds recipe support for the composter.
Compost Recipes requires the [Fabric modloader](https://fabricmc.net/use/) and [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api).
## Installation
1. Install [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) if it is not installed.
2. Download Compost Recipes from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/compost-recipes/files) or [GitHub](https://github.com/haykam821/Compost-Recipes/releases).
3. Place the downloaded file in your `mods` folder.
## Usage
Add a recipe using the following format to your datapack:
```json
{
"type": "compostrecipes:composting",
"ingredient": {
"item": "minecraft:dead_bush"
},
"chance": 0.5,
"layers": 3
}
```