From 7adc25e104613ae63be124a2fd0c063726c4ad60 Mon Sep 17 00:00:00 2001 From: GameStar <56610486+BlueBoat29@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:04:44 -0600 Subject: [PATCH] little typo Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --- kubejs/server_scripts/chalk/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/chalk/data.js b/kubejs/server_scripts/chalk/data.js index e2790c2dc..0287b7374 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') -} \ No newline at end of file + evt.itemHeat('tfg:unfired_chalk', 1, null, null, 'tfg:heating/unfired_chalk') +}