-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
Jason Spangler edited this page Aug 10, 2018
·
6 revisions
The mod come pre-configured with default settings - so configuration is only needed if you want to customize a setting or to add support for another mod's items - see Compatibility.
- Compost strength (relative to bonemeal)
- Compost item - the resulting item from the compost bin (defaults to compost)
- Enable compost bonemeal - enable or disable compost acting like bonemeal
- Items - access the item configuration menu.
Configure the items that can decompose in the compost bin.
- Left column - the item id that can decompose.
- The special
minecraft:food
entry will apply to all food (ItemFood instances) that aren't matched by another entry. - Metadata specifiers are supported. For example,
minecraft:dye@4
matches Lapis Lazuli - Forge ore dictionary names are supported. For example,
record
matches all music record items.
- The special
- Right column - The number of ticks the item takes to decompose in the compost bin. A value of
-1
disables rot for that item.