Coal - Vulcanite conversion

by RexPK

Recipe extension for the mod Space Exploration to convert coal and vulcanite into the respective other material.

Content
8 months ago
1.1 - 2.0
251
Manufacturing

b Invalid Results definitions

21 days ago

There is bug with recipe definitions

row:
result= "se-vulcanite",
needs to be replaced by:
{
{type="item", name="se-vulcanite", amount=1}
},
and row:
result= "coal",
needs to be replaced by:
{
{type="item", name="coal", amount=1}
},

Old style of defining results have been deprecated.

New response