neuralgia/kubejs/server_scripts/chalk/data.js
2026-01-17 12:29:09 +00:00

13 lines
No EOL
354 B
JavaScript

"use strict";
/**
*
* @param {Internal.TFCDataEventJS} evt
*/
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')
}