Skip to content

Commit

Permalink
Add recipe for black hole utility hatch (GTNewHorizons#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
FourIsTheNumber authored Feb 7, 2025
1 parent 8920382 commit aa5a57c
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,17 @@ public void run() {
.fluidInputs(INDALLOY_140.getFluidStack(16000)).itemOutputs(ItemList.Hatch_HeatSensor.get(1))
.duration(30 * SECONDS).eut(TierEU.RECIPE_LuV).addTo(assemblerRecipes);

// Black Hole Utility Hatch
GTValues.RA.stdBuilder()
.itemInputs(
ItemList.Hull_UIV.get(1),
getModItem(Avaritia.ID, "Singularity", 1L, 3, missing),
ItemList.Sensor_UIV.get(2),
GTOreDictUnificator.get(OrePrefixes.plateSuperdense, Materials.RedstoneAlloy, 16))
.fluidInputs(MaterialsUEVplus.DimensionallyShiftedSuperfluid.getFluid(16000))
.itemOutputs(ItemList.Hatch_BlackHoleUtility.get(1)).duration(15 * SECONDS).eut(TierEU.RECIPE_UIV)
.addTo(assemblerRecipes);

// Reinforced Wooden Casing
GTValues.RA.stdBuilder()
.itemInputs(
Expand Down

0 comments on commit aa5a57c

Please sign in to comment.