diff --git a/kubejs/startup_scripts/gtceu/material_modification.js b/kubejs/startup_scripts/gtceu/material_modification.js index c16fd2c04..4efcece0b 100644 --- a/kubejs/startup_scripts/gtceu/material_modification.js +++ b/kubejs/startup_scripts/gtceu/material_modification.js @@ -412,7 +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) + GTMaterials.Plutonium239.getProperties().removeProperty(PropertyKey.ORE) // Color Adjustments GTMaterials.BismuthBronze.setMaterialARGB(0x5A966E)