fixed missing tooltips on AFC wooden supports

This commit is contained in:
Pyritie 2025-05-10 11:35:48 +01:00
parent 94de3037e4
commit 65384ea36a

View file

@ -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'))
})
})