fixed missing tooltips on AFC wooden supports
This commit is contained in:
parent
94de3037e4
commit
65384ea36a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const registerTooltips = (event) =>
|
|||
})
|
||||
})
|
||||
global.AFC_WOOD_TYPES.forEach(wood => {
|
||||
event.addAdvanced([`tfc:wood/support/${wood}`], (item, advanced, text) => {
|
||||
event.addAdvanced([`afc:wood/support/${wood}`], (item, advanced, text) => {
|
||||
text.add(1, text.of('9 x 5 x 9'))
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue