Skip to content

Commit

Permalink
fix: why is there an HV superconductor there
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Nov 29, 2024
1 parent ed54fa0 commit 450cbf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private static void processPlate(OrePrefix prefix, Material material, ToolProper
'H', new UnificationEntry(prefix, material),
'U', powerUnits[i],
'M', MetaItems.ELECTRIC_MOTOR_HV,
'W', new UnificationEntry(OrePrefix.wireGtDouble, Materials.MercuryBariumCalciumCuprate));
'W', new UnificationEntry(OrePrefix.cableGtDouble, Materials.Gold));
}

}
Expand Down

0 comments on commit 450cbf8

Please sign in to comment.