fix pitcher plants and torchflowers self destructing on mars

This commit is contained in:
Pyritie 2026-01-21 22:36:54 +00:00
parent a5d858319c
commit f93e33ab8e
3 changed files with 16 additions and 9 deletions

View file

@ -30,10 +30,14 @@ const registerBeneathItemTags = (event) => {
event.add('tfg:softwood', 'beneath:wood/log/crimson')
event.add('tfg:softwood', 'beneath:wood/wood/crimson')
event.add('tfg:softwood', 'beneath:wood/stripped_log/crimson')
event.add('tfg:softwood', 'beneath:wood/stripped_wood/crimson')
event.add('tfg:stripped_softwood', 'beneath:wood/stripped_log/crimson')
event.add('tfg:stripped_softwood', 'beneath:wood/stripped_wood/crimson')
event.add('tfg:hardwood', 'beneath:wood/log/warped')
event.add('tfg:hardwood', 'beneath:wood/wood/warped')
event.add('tfg:hardwood', 'beneath:wood/stripped_log/warped')
event.add('tfg:hardwood', 'beneath:wood/stripped_wood/warped')
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_log/warped')
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_wood/warped')