Skip to content

Commit

Permalink
Merge pull request #964 from MCTian-mi/supercon-buff
Browse files Browse the repository at this point in the history
Buff superconductors
  • Loading branch information
bruberu authored Aug 26, 2024
2 parents 1dc55e3 + 7b38337 commit 03f69c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions groovy/classes/ChangeFlags.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import net.minecraftforge.fml.common.eventhandler.EventPriority

import gregtech.api.unification.material.Material;
import gregtech.api.GregTechAPI;
import gregtech.api.GTValues;

import static gregtech.api.unification.material.info.MaterialFlags.*;
import static gregtech.api.unification.material.Materials.*;
Expand Down Expand Up @@ -105,6 +106,17 @@ class ChangeFlags {
Beryllium.setProperty(PropertyKey.BLAST, new BlastProperty(1560, GasTier.LOW, 120, 200, -1, -1));
Nickel.setProperty(PropertyKey.BLAST, new BlastProperty(1728, GasTier.LOW, 120, 120, -1, -1));

// Supercons, max amps multiplied by 4.
ManganesePhosphide.getProperty(PropertyKey.WIRE).setAmperage(8);
MagnesiumDiboride.getProperty(PropertyKey.WIRE).setAmperage(16);
MercuryBariumCalciumCuprate.getProperty(PropertyKey.WIRE).setAmperage(16);
UraniumTriplatinum.getProperty(PropertyKey.WIRE).setAmperage(24);
SamariumIronArsenicOxide.getProperty(PropertyKey.WIRE).setAmperage(24);
IndiumTinBariumTitaniumCuprate.getProperty(PropertyKey.WIRE).setAmperage(32);
UraniumRhodiumDinaquadide.getProperty(PropertyKey.WIRE).setAmperage(32);
EnrichedNaquadahTriniumEuropiumDuranide.getProperty(PropertyKey.WIRE).setAmperage(64);
RutheniumTriniumAmericiumNeutronate.getProperty(PropertyKey.WIRE).setAmperage(96);

// Flags

Asbestos.addFlags("generate_foil");
Expand Down

0 comments on commit 03f69c5

Please sign in to comment.