From c83e05e473d894aacb83c7a4f848299c6398db27 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 19 Apr 2025 14:16:43 +0100 Subject: [PATCH] added recipe to turn saplings into sticks --- kubejs/server_scripts/tfc/recipes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 38f7dbf67..f1ce0d7b3 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -137,6 +137,8 @@ const registerTFCRecipes = (event) => { event.shapeless('tfc:crucible', ['tfc:crucible']).id('tfg:empty_crucible') + event.shapeless('2x minecraft:stick', ['#minecraft:saplings', '#forge:tools/knives']).id('tfg:strip_saplings') + // Доменная печь event.shaped('tfc:blast_furnace', [ 'AAA',