From aca96996598d15f826df124ef636aa7656978e32 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 2 Jun 2024 15:04:05 +0700 Subject: [PATCH] Fix #351 --- kubejs/server_scripts/hotornot/recipes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubejs/server_scripts/hotornot/recipes.js b/kubejs/server_scripts/hotornot/recipes.js index c6438ed5..fa482ea6 100644 --- a/kubejs/server_scripts/hotornot/recipes.js +++ b/kubejs/server_scripts/hotornot/recipes.js @@ -7,4 +7,8 @@ const registerHotOrNotRecipes = (event) => { event.remove({ id: 'tfchotornot/heating/tongs/cast_iron' }) event.remove({ id: 'tfchotornot:crafting/tongs/cast_iron' }) + + + event.recipes.tfc.loom('tfchotornot:wool_potholder', '2x minecraft:blue_wool', 16, 'minecraft:block/white_wool') + .id('tfchotornot:loom/wool_potholder') } \ No newline at end of file