#2771 made me check which wood was which, and what the hell happened here
This commit is contained in:
parent
47d44a6b5c
commit
cfa0a14122
1 changed files with 4 additions and 4 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue