fix #2942
This commit is contained in:
parent
e772cd10ec
commit
675c159dfe
1 changed files with 4 additions and 0 deletions
|
|
@ -267,6 +267,10 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
GTMaterials.Beryllium.getProperty(PropertyKey.ORE).setOreByProducts(GTMaterials.Emerald, GTMaterials.Emerald, GTMaterials.Thorium, GTMaterials.Thorium);
|
||||
GTMaterials.Beryllium.getProperty(PropertyKey.ORE).setWashedIn(GTMaterials.SodiumPersulfate);
|
||||
|
||||
// Remove old stone dusts
|
||||
GTMaterials.GraniticMineralSand.getProperty(PropertyKey.ORE).setOreByProducts(GTMaterials.get('tfg:igneous_felsic'), GTMaterials.Magnetite, GTMaterials.Magnetite);
|
||||
GTMaterials.BasalticMineralSand.getProperty(PropertyKey.ORE).setOreByProducts(GTMaterials.get('tfg:igneous_mafic'), GTMaterials.Magnetite, GTMaterials.Magnetite);
|
||||
|
||||
// Other flags
|
||||
GTMaterials.CertusQuartz.addFlags(GENERATE_ROD);
|
||||
GTMaterials.NetherQuartz.addFlags(GENERATE_ROD);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue