fix #2942
This commit is contained in:
@@ -266,6 +266,10 @@ const registerGTCEuMaterialModification = (event) => {
|
||||
// Change Beryllium to add Chemical Bath recipe and Thorium byproduct
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user