little typo

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2026-01-17 22:04:44 -06:00 committed by GitHub
parent 99f6981bc0
commit 7adc25e104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,5 +9,5 @@ const registerTFCDataForChalk = (evt) => {
evt.itemHeat(`tfg:wet_${dyeName}_chalk`, 1, null, null, `tfg:heating/wet_${dyeName}_chalk`) 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')
} }