fix typo, my bad gang

This commit is contained in:
Pyritie 2026-01-18 11:48:26 +00:00
parent 99f6981bc0
commit 77c9aa2f46

View file

@ -9,5 +9,5 @@ const registerTFCDataForChalk = (evt) => {
evt.itemHeat(`tfg:wet_${dyeName}_chalk`, 1, null, null, `tfg:heating/wet_${dyeName}_chalk`)
})
evt.itemHead('tfg:unfired_chalk', 1, null, null, 'tfg:heating/unfired_chalk')
evt.itemHeat('tfg:unfired_chalk', 1, null, null, 'tfg:heating/unfired_chalk')
}