Skip to content

Commit

Permalink
switch controller recipe to be more around HV
Browse files Browse the repository at this point in the history
  • Loading branch information
purebluez committed Jan 23, 2025
1 parent 04175b8 commit aefc2d3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,14 @@ public void run() {
new Object[] { "TCT", "PMP", "TCT", 'M', ItemList.Machine_HV_Brewery, 'P', ItemList.Electric_Pump_HV,
'T', OrePrefixes.plate.get(Materials.WoodSealed), 'C', OrePrefixes.circuit.get(Materials.EV) });

// Solar Factory
GTModHandler.addCraftingRecipe(
ItemList.SolarFactory.get(1),
bits,
new Object[] { "TTT", "PMP", "CTC", 'M', ItemList.Machine_HV_Assembler, 'P',
ItemList.Cover_SolarPanel_8V, 'T', OrePrefixes.plate.get(Materials.StainlessSteel), 'C',
OrePrefixes.circuit.get(Materials.EV) });

// Reinforced Wooden Casing
GTModHandler.addCraftingRecipe(
ItemList.Casing_Reinforced_Wood.get(1),
Expand Down

0 comments on commit aefc2d3

Please sign in to comment.