Skip to content

Commit

Permalink
fix 2 Coolant Cells in same Slot for LuV Solenoid (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshy2002 authored Dec 21, 2024
1 parent b61ef45 commit e252a8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,8 @@ 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_3.get(2),
ItemList.Reactor_Coolant_Sp_3.get(1),
ItemList.Reactor_Coolant_Sp_3.get(1),
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 e252a8c

Please sign in to comment.