more mars plants

This commit is contained in:
Pyritie 2025-09-06 14:28:34 +01:00
parent 2347f12ea2
commit 5696104621
3 changed files with 38 additions and 5 deletions

View file

@ -42,6 +42,11 @@ const registerBeneathItemTags = (event) => {
event.add('forge:mushrooms', '#beneath:mushrooms')
event.remove('beneath:sparks_on_sulfur')
event.add('tfc:firepit_kindling', 'beneath:crimson_straw')
event.add('tfc:firepit_kindling', 'beneath:warped_straw')
event.add('tfc:pit_kiln_straw', 'beneath:crimson_straw')
event.add('tfc:pit_kiln_straw', 'beneath:warped_straw')
event.remove('minecraft:leaves', 'beneath:wood/leaves/crimson')
event.remove('minecraft:leaves', 'beneath:wood/leaves/warped')