From 77c9aa2f4616232cb7de604f22a4985cab7e2c9b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 18 Jan 2026 11:48:26 +0000 Subject: [PATCH] fix typo, my bad gang --- kubejs/server_scripts/chalk/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/chalk/data.js b/kubejs/server_scripts/chalk/data.js index e2790c2dc..0e0e2e549 100644 --- a/kubejs/server_scripts/chalk/data.js +++ b/kubejs/server_scripts/chalk/data.js @@ -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') } \ No newline at end of file