Skip to content

Commit

Permalink
Restore Draconium cable/wire loss
Browse files Browse the repository at this point in the history
  • Loading branch information
ReignOfFROZE committed Feb 12, 2025
1 parent 9d3326d commit 8d0826f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void registerWires() {
makeWires(Materials.Osmiridium, 11610, 1L, 2L, 16L, GTValues.V[7], true, false);
makeWires(Materials.HSSE, 11590, 4L, 8L, 6L, GTValues.V[6], true, false);
makeWires(Materials.HSSS, 11470, 4L, 8L, 8L, GTValues.V[9], true, false);
makeWires(Materials.Draconium, 11330, 32L, 64L, 8L, GTValues.V[10], true, false);
makeWires(Materials.Draconium, 11330, 4L, 32L, 8L, GTValues.V[10], true, false);
makeWires(Materials.NetherStar, 11350, 16L, 32L, 4L, GTValues.V[11], true, false);
makeWires(Materials.Quantium, 11370, 32L, 128L, 4L, GTValues.V[12], true, false);
makeWires(Materials.BlackPlutonium, 11390, 8L, 8L, 8L, GTValues.V[13], false, false);
Expand Down

0 comments on commit 8d0826f

Please sign in to comment.