Recipe extension for the mod Space Exploration to convert coal and vulcanite into the respective other material.
Mods introducing new content into the game.
Furnaces, assembling machines, production chains.
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.