Skip to content

Commit

Permalink
Merge remote-tracking branch 'Minecraft-TA/stocking-hatch-recipe' int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
Dream-Master committed Oct 25, 2023
2 parents 72431d9 + 24faa67 commit 89ae183
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3779,6 +3779,16 @@ private void makeAE2Recipes() {
.itemOutputs(ItemList.Hatch_Input_Bus_ME.get(1)).duration(15 * SECONDS).eut(TierEU.RECIPE_HV)
.addTo(sAssemblerRecipes);

GT_Values.RA.stdBuilder()
.itemInputs(
ItemList.Hatch_Input_Multi_2x2_UHV.get(1L),
GT_ModHandler.getModItem(AE2FluidCraft.ID, "part_fluid_interface", 1, 0),
GT_ModHandler.getModItem(AppliedEnergistics2.ID, "item.ItemMultiMaterial", 4L, 56),
ItemList.Electric_Pump_UHV.get(1L),
GT_Utility.getIntegratedCircuit(1))
.itemOutputs(ItemList.Hatch_Input_ME.get(1)).duration(15 * SECONDS).eut(TierEU.RECIPE_UV)
.addTo(sAssemblerRecipes);

// Cell Workbench
GT_Values.RA.stdBuilder()
.itemInputs(
Expand Down

0 comments on commit 89ae183

Please sign in to comment.