Skip to content

Commit

Permalink
faster anomalies
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Sep 5, 2024
1 parent 90d1489 commit 7ad94cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,9 @@ public void run() {
CustomItemList.MysteriousCrystalLens.get(0),
ItemRefer.HiC_T5.get(0))
.fluidInputs(MaterialsUEVplus.ExcitedDTEC.getFluid(92), Materials.Tritanium.getMolten(144))
.itemOutputs(GregtechItemList.Laser_Lens_Special.get(4)).duration(30 * SECONDS)
.itemOutputs(GregtechItemList.Laser_Lens_Special.get(4)).duration(5 * SECONDS)
.fluidOutputs(MaterialsUEVplus.DimensionallyTranscendentResidue.getFluid(92))
.eut((int) TierEU.RECIPE_UMV).metadata(COIL_HEAT, eternal_heat).addTo(plasmaForgeRecipes);
.eut((int) TierEU.RECIPE_UIV).metadata(COIL_HEAT, eternal_heat).addTo(plasmaForgeRecipes);

// LuV Superconductor
{
Expand Down

0 comments on commit 7ad94cc

Please sign in to comment.