This commit is contained in:
Pyritie 2026-01-17 12:29:09 +00:00
parent ed144cb8fe
commit 9e93ce8602
3 changed files with 125 additions and 57 deletions

View file

@ -8,4 +8,6 @@ const registerTFCDataForChalk = (evt) => {
global.MINECRAFT_DYE_NAMES.forEach(dyeName => {
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')
}