Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #101 from GTNewHorizons/feature/uhv-hatch-recipe-c…
Browse files Browse the repository at this point in the history
…oolant

Allow any of 360k coolant for UHV Energy Hatch / Dynamo Hatch
  • Loading branch information
Dream-Master authored Sep 26, 2022
2 parents f46e006 + 3a285d2 commit 6637162
Showing 1 changed file with 80 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2640,14 +2640,46 @@ OrePrefixes.wireGt01, getOrDefault("SuperconductorLuV", Materials.Superconductor
ItemList.Circuit_Chip_QPIC.get(2L),
new Object[] {OrePrefixes.circuit.get(Materials.Infinite), 2L},
ItemList.UHV_Coil.get(2L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
ItemList.Electric_Pump_UHV.get(1L)
},
new FluidStack[] {
Expand All @@ -2670,14 +2702,46 @@ OrePrefixes.wireGt01, getOrDefault("SuperconductorLuV", Materials.Superconductor
ItemList.Circuit_Chip_QPIC.get(2L),
new Object[] {OrePrefixes.circuit.get(Materials.Infinite), 2L},
ItemList.UHV_Coil.get(2L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_He_6.get(1L),
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
new ItemStack[] {
ItemList.Reactor_Coolant_He_6.get(1L),
ItemList.Reactor_Coolant_NaK_6.get(1L),
ItemList.Reactor_Coolant_Sp_2.get(1L)
},
ItemList.Electric_Pump_UHV.get(1L)
},
new FluidStack[] {
Expand Down

0 comments on commit 6637162

Please sign in to comment.