Remove Glowstone Electrolyzer Recipe (#1096)

[BALANCING]

[DETAILS]
details = [
"Accidentally Added in 1.7-alpha-3",
"Fixes Phosphorous Balancing",
]
[DETAILS]
This commit is contained in:
Integer Limit 2024-11-05 08:10:57 +11:00 committed by GitHub
parent 7b10d06e73
commit 6bbd2bd826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,10 +15,17 @@ material('rhodium_plated_palladium')
.changeChemicalFormula()
.change()
// Remove Glowstone Decomp (No Glowstone -> Phosphorous)
material('glowstone')
.changeComposition()
.removeComponents()
.changeDecompositionRecipes()
.change()
// Change Glowstone Chem Formula
material('glowstone')
.changeComposition()
.setComponents([metaitem('dustGold'), metaitem('dustTricalciumPhosphate')])
.changeDecompositionRecipes()
.changeChemicalFormula()
.change()