Skip to content

Commit

Permalink
add maint hatch recipe with adv glue
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem committed Nov 12, 2023
1 parent 9fe54e6 commit efaa057
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ public void run() {
.itemOutputs(ItemList.Duct_Tape.get(2L)).fluidInputs(Materials.AdvancedGlue.getFluid(200))
.duration(6 * SECONDS).eut(TierEU.RECIPE_LV).addTo(sAssemblerRecipes);

GT_Values.RA.stdBuilder()
.itemInputs(ItemList.Hull_LV.get(1), ItemList.Duct_Tape.get(2), GT_Utility.getIntegratedCircuit(3))
.itemOutputs(ItemList.Hatch_Maintenance.get(1)).fluidInputs(Materials.AdvancedGlue.getFluid(200))
.duration(5 * SECONDS).eut(TierEU.RECIPE_MV).addTo(sAssemblerRecipes);

// 10,30 and 60K NAK Cells

GT_Values.RA.stdBuilder()
Expand Down

0 comments on commit efaa057

Please sign in to comment.