fixed plutonium ores existing

This commit is contained in:
Pyritie 2026-02-04 22:56:28 +00:00
parent d0705e84f1
commit a2662d621c

View file

@ -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)