From 3aafbc709a03e0c96dd6ce297c669f9860fcad92 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 11 May 2025 17:24:36 +0100 Subject: [PATCH] fixed iron door inconsistency --- kubejs/server_scripts/tfc/recipes.metals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.metals.js b/kubejs/server_scripts/tfc/recipes.metals.js index 70d220efe..b5c35b9ff 100644 --- a/kubejs/server_scripts/tfc/recipes.metals.js +++ b/kubejs/server_scripts/tfc/recipes.metals.js @@ -239,11 +239,11 @@ function registerTFCMetalsRecipes(event) { // Ванильная дверь декрафт event.recipes.tfc.heating('minecraft:iron_door', 1535) - .resultFluid(Fluid.of('gtceu:iron', 144)) + .resultFluid(Fluid.of('gtceu:iron', 288)) .id(`tfc:heating/iron_door`) // Ванильная дверь на наковальне - event.recipes.tfc.anvil('minecraft:iron_door', '#forge:plates/wrought_iron', ['hit_last', 'draw_not_last', 'punch_not_last']) + event.recipes.tfc.anvil('minecraft:iron_door', '#forge:double_plates/wrought_iron', ['hit_last', 'draw_not_last', 'punch_not_last']) .tier(3) .id(`tfc:anvil/iron_door`)