From 01423a3ae02db26d1df0f82c9fed6e913c96ca7b Mon Sep 17 00:00:00 2001 From: Pilad Date: Sun, 6 Oct 2024 15:11:00 +0500 Subject: [PATCH] Fix conflict recipes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Исправление конфликта с ХВ флюид регулятором. Наложение хв микросхем и помп , в результате вместо памп кейсинга крафтит регулятор. --- src/main/java/com/impactrecipes/recipes/Gregtech.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/impactrecipes/recipes/Gregtech.java b/src/main/java/com/impactrecipes/recipes/Gregtech.java index 3a97c28..bc7c268 100644 --- a/src/main/java/com/impactrecipes/recipes/Gregtech.java +++ b/src/main/java/com/impactrecipes/recipes/Gregtech.java @@ -302,7 +302,7 @@ private void assemblerRecipe() { GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Advanced, 2L), ItemList.Electric_Pump_HV.get(2L), ItemList.Casing_SolidSteel.get(1L), - GT_Utility.getIntegratedCircuit(1)}, null, ItemList.Casing_Pump.get(1L), 50, 12); + GT_Utility.getIntegratedCircuit(2)}, null, ItemList.Casing_Pump.get(1L), 50, 12); // --- Bronze Pipe Casing RA.addAssemblerRecipe( new ItemStack[]{GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Bronze, 4L),