Skip to content

Commit

Permalink
stop Luv solenoid being gated ZPM (#1107)
Browse files Browse the repository at this point in the history
(cherry picked from commit aec4f0e)
  • Loading branch information
Yoshy2002 authored and Dream-Master committed Dec 15, 2024
1 parent 38e0fec commit 06a0e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ public void run() {
GTOreDictUnificator.get(OrePrefixes.pipeMedium, Materials.NiobiumTitanium, 1L),
WerkstoffMaterialPool.MuMetal.get(OrePrefixes.stickLong, 8),
GTOreDictUnificator.get(OrePrefixes.plateDouble, Materials.HSSS, 2L),
ItemList.Reactor_Coolant_Sp_6.get(1),
ItemList.Reactor_Coolant_Sp_3.get(2),
ItemList.Electric_Pump_LuV.get(1))
.fluidInputs(new FluidStack(solderIndalloy, (int) (L * 4)))
.itemOutputs(ItemList.Superconducting_Magnet_Solenoid_LuV.get(1)).duration(20 * SECONDS)
Expand Down

0 comments on commit 06a0e2d

Please sign in to comment.