From f0a31d755c6351ea3d113549d3223e446b170336 Mon Sep 17 00:00:00 2001 From: Pilad Date: Sat, 25 May 2024 23:30:28 +0500 Subject: [PATCH] Add recipe for ME output hatch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавил рецепт для ме аутпут хэтч. --- .../com/impactrecipes/recipes/Gregtech.java | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/impactrecipes/recipes/Gregtech.java b/src/main/java/com/impactrecipes/recipes/Gregtech.java index 3a97c28..70af33d 100644 --- a/src/main/java/com/impactrecipes/recipes/Gregtech.java +++ b/src/main/java/com/impactrecipes/recipes/Gregtech.java @@ -3028,16 +3028,19 @@ private void assembler() { GT_Utility.getIntegratedCircuit(9)}, Materials.Polybenzimidazole.getMolten(144L), GT_ItemList.Nonuple_Input_Hatch.get(1), 480, 7680); - //ME Output Hatch + //ME Output Bus RA.addAssemblerRecipe(GT_ModHandler.getModItem("appliedenergistics2", "tile.BlockInterface", 1L, 0), ItemList.Hatch_Output_Bus_HV.get(1L), ItemList.Hatch_Output_Bus_ME.get(1L), 200, 480); + //ME Output Hatch + RA.addAssemblerRecipe(GT_ModHandler.getModItem("ae2fc", "fluid_interface", 1, 0), + ItemList.Hatch_Output_HV.get(1L), ItemList.Hatch_Output_ME.get(1L), 200, 480); - //Radiation Proof Casing - RA.addAssemblerRecipe( - new ItemStack[]{GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Lead, 6L), - GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.TungstenCarbide, 1L), GT_Utility.getIntegratedCircuit(1)}, - Materials.Concrete.getMolten(576L), - ItemList.Casing_RadiationProof.get(2L), 600, 120); + //Radiation Proof Casing + RA.addAssemblerRecipe( + new ItemStack[]{GT_OreDictUnificator.get(OrePrefixes.plateDense, Materials.Lead, 6L), + GT_OreDictUnificator.get(OrePrefixes.frameGt, Materials.TungstenCarbide, 1L), GT_Utility.getIntegratedCircuit(1)}, + Materials.Concrete.getMolten(576L), + ItemList.Casing_RadiationProof.get(2L), 600, 120); ItemStack[] inHatches = {GT_ItemList.Hatch_Input_UEV.get(1), GT_ItemList.Hatch_Input_UIV.get(1),