Skip to content

Commit

Permalink
Fix circuit name (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethryan authored Jul 23, 2024
1 parent bacfba6 commit 928760d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public void run() {
.itemInputs(
GT_Utility.copyAmount(4, IGItems.SpaceElevatorModulePumpT2),
GT_OreDictUnificator.get(OrePrefixes.frameGt, MaterialsUEVplus.BlackDwarfMatter, 8),
GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.Piko, 16),
GT_OreDictUnificator.get(OrePrefixes.circuit, Materials.UMV, 16),
ItemList.Electric_Pump_UMV.get(8),
GT_OreDictUnificator.get(OrePrefixes.gearGt, MaterialsUEVplus.BlackDwarfMatter, 8),
GT_OreDictUnificator.get(OrePrefixes.screw, MaterialsUEVplus.WhiteDwarfMatter, 64),
Expand Down

0 comments on commit 928760d

Please sign in to comment.