fix pitcher plants and torchflowers self destructing on mars
This commit is contained in:
parent
a5d858319c
commit
f93e33ab8e
3 changed files with 16 additions and 9 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue