Fellies/kubejs[e6]/data/mekanism/recipes/reaction/coal_gasification/coals.json

10 lines
375 B
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "mekanism:reaction",
"itemInput": { "ingredient": { "tag": "minecraft:coals" } },
"fluidInput": { "amount": 100, "tag": "minecraft:water" },
"gasInput": { "amount": 100, "gas": "mekanism:oxygen" },
"duration": 100,
"itemOutput": { "item": "emendatusenigmatica:sulfur_dust" },
"gasOutput": { "gas": "mekanism:hydrogen", "amount": 100 }
}