From 7fbcbb84cb8867b4a8be0bf60d4f7b36dee8f834 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 20 Sep 2025 18:32:26 +0100 Subject: [PATCH] recipes for missing create windows --- kubejs/server_scripts/create/recipes.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 1eb613313..84932a637 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -1634,6 +1634,13 @@ const registerCreateRecipes = (event) => { ['dark_oak', 'tfc:wood/planks/hickory'], ['mangrove', 'tfc:wood/planks/mangrove'], ['cherry', 'afc:wood/planks/fig'], + ['oak', 'tfc:wood/planks/oak'], + ['spruce', 'afc:wood/planks/cypress'], + ['jungle', 'afc:wood/planks/teak'], + ['birch', 'afc:wood/planks/eucalyptus'], + ['acacia', 'afc:wood/planks/baobab'], + ['crimson', 'beneath:wood/planks/crimson'], + ['warped', 'beneath:wood/planks/warped'], ['bamboo', 'minecraft:bamboo_planks'], ['ornate_iron', 'tfc:metal/bars/wrought_iron'], ['industrial_iron', 'tfc:metal/bars/steel']