Composters will use their contents to fertilize surrounding crops
Added Custom Composter Output feature:
Change the output of a filled composter
Added 2 new sections to default config:
Check the main plugin page for a fully up to date default config
Code (YAML):
# composter-spreader: Composter uses its contents to fertilize nearby crops composter-spreader: # enabled: Whether Composter Spreader is enabled enabled: true
# timer: Number of seconds between each chance of growing surrounding crops (Requires restart to change) timer: 10
# chance: Percentage chance of crop growth being triggered chance: 50
# blocks: A list of blocks that will be effected by Composter Spreader blocks: -
"BEETROOTS" -
"CACTUS" -
"CARROTS" -
"CHORUS_FLOWER" -
"KELP" -
"MELON_STEM" -
"NETHER_WART" -
"POTATOES" -
"PUMPKIN_STEM" -
"SUGAR_CANE" -
"SWEET_BERRY_BUSH" -
"TWISTING_VINES" -
"WEEPING_VINES" -
"WHEAT"
# custom-composter-output: Changes the output of a composter (Leave empty for Default) custom-composter-output: # enabled: Whether Custom Grass Drops is enabled enabled: true
# items: A list of items that will have a chance of being output by the composter items: -
"BONE_MEAL" -
"WHEAT_SEEDS" -
"BEETROOT_SEEDS" -
"PUMPKIN_SEEDS" -
"MELON_SEEDS"