Fix pulsating iron ABS recipe
This commit is contained in:
parent
75ab62fc23
commit
a9f54c6fc8
@ -336,8 +336,8 @@ alloy_blast_smelter.recipeBuilder()
|
|||||||
|
|
||||||
// Pulsating Iron
|
// Pulsating Iron
|
||||||
alloy_blast_smelter.recipeBuilder()
|
alloy_blast_smelter.recipeBuilder()
|
||||||
.inputs([<liquid:pulsating_iron>, <ore:dustPulsating>])
|
.inputs([<metaitem:dustIron>, <ore:dustPulsating>])
|
||||||
.fluidOutputs(<liquid:soularium> * 144)
|
.fluidOutputs(<liquid:pulsating_iron> * 144)
|
||||||
.circuit(2)
|
.circuit(2)
|
||||||
.property("temperature", 1200)
|
.property("temperature", 1200)
|
||||||
.duration(112)
|
.duration(112)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user