fixed plutonium ores existing
This commit is contained in:
parent
d0705e84f1
commit
a2662d621c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue