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

10 lines
431 B
JSON

{
"type": "mekanism:reaction",
"itemInput": [{ "ingredient": { "tag": "forge:dusts/coal" } }, { "ingredient": { "tag": "forge:dusts/charcoal" } }],
"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 }
}