Remove Glowstone Electrolyzer Recipe (#1096)
[BALANCING] [DETAILS] details = [ "Accidentally Added in 1.7-alpha-3", "Fixes Phosphorous Balancing", ] [DETAILS]
This commit is contained in:
parent
7b10d06e73
commit
6bbd2bd826
@ -15,10 +15,17 @@ material('rhodium_plated_palladium')
|
|||||||
.changeChemicalFormula()
|
.changeChemicalFormula()
|
||||||
.change()
|
.change()
|
||||||
|
|
||||||
|
// Remove Glowstone Decomp (No Glowstone -> Phosphorous)
|
||||||
|
material('glowstone')
|
||||||
|
.changeComposition()
|
||||||
|
.removeComponents()
|
||||||
|
.changeDecompositionRecipes()
|
||||||
|
.change()
|
||||||
|
|
||||||
|
// Change Glowstone Chem Formula
|
||||||
material('glowstone')
|
material('glowstone')
|
||||||
.changeComposition()
|
.changeComposition()
|
||||||
.setComponents([metaitem('dustGold'), metaitem('dustTricalciumPhosphate')])
|
.setComponents([metaitem('dustGold'), metaitem('dustTricalciumPhosphate')])
|
||||||
.changeDecompositionRecipes()
|
|
||||||
.changeChemicalFormula()
|
.changeChemicalFormula()
|
||||||
.change()
|
.change()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user