Fix Glowstone Decomposition Recipe (#847)

[BUG]
This commit is contained in:
Integer Limit 2024-08-01 20:14:48 +10:00 committed by GitHub
parent 12d0de3319
commit 5a7356585a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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