various crop related things

This commit is contained in:
Pyritie 2025-10-03 01:20:03 +01:00
parent abaca75e1e
commit d68c0550f9
7 changed files with 33 additions and 13 deletions

View file

@ -68,6 +68,7 @@ const registerMinecraftItemTags = (event) => {
event.add('tfc:compost_greens', 'minecraft:red_mushroom_block')
event.add('tfc:compost_greens', 'minecraft:brown_mushroom_block')
event.add('tfc:compost_greens', 'minecraft:mushroom_stem')
event.add('tfc:compost_greens', 'minecraft:moss_block')
event.add('tfc:compost_greens_low', 'minecraft:moss_carpet')
event.add('tfc:compost_greens_low', 'minecraft:twisting_vines')