Skip to content

Commit

Permalink
Add flat dual interface assembler recipe (#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: Maya <[email protected]>
  • Loading branch information
Yoshy2002 and serenibyss authored Jan 7, 2025
1 parent 43828a8 commit 11082bd
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4774,6 +4774,18 @@ private void makeAE2Recipes() {
GTUtility.getIntegratedCircuit(2))
.itemOutputs(getModItem(AE2FluidCraft.ID, "fluid_interface", 1, 0)).duration(5 * SECONDS)
.eut(TierEU.RECIPE_HV).addTo(assemblerRecipes);

// Dual Interface (flat version)
GTValues.RA.stdBuilder()
.itemInputs(
GTOreDictUnificator.get(OrePrefixes.plate, Materials.Iron, 4L),
GTOreDictUnificator.get(OrePrefixes.plate, Materials.Lapis, 2L),
getModItem(AppliedEnergistics2.ID, "tile.BlockInterface", 1),
com.dreammaster.item.ItemList.EngineeringProcessorFluidDiamondCore.getIS(2),
GTUtility.getIntegratedCircuit(3))
.itemOutputs(getModItem(AE2FluidCraft.ID, "part_fluid_interface", 1, 0)).duration(5 * SECONDS)
.eut(TierEU.RECIPE_HV).addTo(assemblerRecipes);

// Fluid Storage Housing
GTValues.RA.stdBuilder()
.itemInputs(
Expand Down

0 comments on commit 11082bd

Please sign in to comment.