Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshy2002 committed Dec 21, 2024
1 parent b61ef45 commit f476122
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 f476122

Please sign in to comment.