#2771 made me check which wood was which, and what the hell happened here

This commit is contained in:
Pyritie 2026-01-19 11:32:50 +00:00
parent 47d44a6b5c
commit cfa0a14122

View file

@ -30,10 +30,10 @@ const registerBeneathBlockTags = (event) => {
event.add('tfg:softwood', 'beneath:wood/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/crimson')
event.add('tfg:hardwood', 'beneath:wood/wood/crimson')
event.add('tfg:strippedhardwood', 'beneath:wood/stripped_log/crimson')
event.add('tfg:strippedhardwood', 'beneath:wood/stripped_wood/crimson')
event.add('tfg:hardwood', 'beneath:wood/log/warped')
event.add('tfg:hardwood', 'beneath:wood/wood/warped')
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_log/warped')
event.add('tfg:stripped_hardwood', 'beneath:wood/stripped_wood/warped')
}
const registerBeneathItemTags = (event) => {