diff --git a/kubejs/startup_scripts/gtceu/material_modification.js b/kubejs/startup_scripts/gtceu/material_modification.js index c6b02e729..c16fd2c04 100644 --- a/kubejs/startup_scripts/gtceu/material_modification.js +++ b/kubejs/startup_scripts/gtceu/material_modification.js @@ -412,6 +412,7 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Glass.getProperties().removeProperty(PropertyKey.GEM) GTMaterials.Thorium.getProperties().removeProperty(PropertyKey.INGOT) GTMaterials.Thorium.getProperties().removeProperty(PropertyKey.FLUID) + GTMaterials.Plutonium.getProperties().removeProperty(PropertyKey.ORE) // Color Adjustments GTMaterials.BismuthBronze.setMaterialARGB(0x5A966E)