diff --git a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/materialChanges.groovy b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/materialChanges.groovy index fd46675..4534354 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/materialChanges.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/materialChanges.groovy @@ -15,6 +15,13 @@ material('rhodium_plated_palladium') .changeChemicalFormula() .change() +material('glowstone') + .changeComposition() + .setComponents([metaitem('dustGold'), metaitem('dustTricalciumPhosphate')]) + .changeDecompositionRecipes() + .changeChemicalFormula() + .change() + /* Black Steel */ // Can't use change composition to remove, as that is only performed at the end of running scripts, and if not removed, conflicts will occur.