Skip to content

Commit

Permalink
Merge branch 'master' into p2pchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Dec 21, 2024
2 parents 607dd2c + e252a8c commit d71422a
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 d71422a

Please sign in to comment.