remove plutonium ore

This commit is contained in:
Pyritie 2026-02-04 22:39:20 +00:00
parent 766f05f6e4
commit d0705e84f1

View file

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