From cce674098d49b08115986e157b36836db4b89f9b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 8 Aug 2025 20:20:48 +0100 Subject: [PATCH] changed basin to cast iron ingots so you can actually use the mech press in the bronze age --- kubejs/server_scripts/create/recipes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 65826d552..8734c1035 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -155,12 +155,12 @@ const registerCreateRecipes = (event) => { 'ABA', 'AAA' ], { - A: '#forge:plates/iron', + A: '#forge:ingots/iron', B: '#forge:tools/hammers' }).id('tfg:create/shaped/basin') event.recipes.gtceu.assembler('tfg:create/basin') - .itemInputs('5x #forge:plates/iron') + .itemInputs('5x #forge:ingots/iron') .circuit(3) .itemOutputs('create:basin') .duration(200)