From fd6632ae7d1137e161be671bc03e3783b0a7fa02 Mon Sep 17 00:00:00 2001 From: thederpysockdude123 Date: Mon, 5 Jan 2026 08:50:37 -0700 Subject: [PATCH] Update recipes.js (#2631) Signed-off-by: thederpysockdude123 --- kubejs/server_scripts/railways/recipes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/railways/recipes.js b/kubejs/server_scripts/railways/recipes.js index 866d4be89..c78d2453d 100644 --- a/kubejs/server_scripts/railways/recipes.js +++ b/kubejs/server_scripts/railways/recipes.js @@ -319,7 +319,7 @@ const registerRailWaysRecipes = (event) => { }).id('tfg:railways/shaped/smokestack_oilburner') event.recipes.gtceu.assembler('tfg:railways/smokestack_oilburner') - .itemInputs('#forge:storage_blocks/charcoal', '6x #forge:plates/iron') + .itemInputs('#forge:storage_blocks/charcoal', '4x #forge:plates/iron') .circuit(7) .itemOutputs('railways:smokestack_oilburner') .duration(200)