1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,12 @@
{
"type": "mekanism:reaction",
"itemInput": [
{ "ingredient": { "tag": "forge:storage_blocks/coal" } },
{ "ingredient": { "tag": "forge:storage_blocks/charcoal" } }
],
"fluidInput": { "amount": 1000, "tag": "minecraft:water" },
"gasInput": { "amount": 1000, "gas": "mekanism:oxygen" },
"duration": 900,
"itemOutput": { "item": "emendatusenigmatica:sulfur_dust", "count": 9 },
"gasOutput": { "gas": "mekanism:hydrogen", "amount": 1000 }
}

View File

@ -0,0 +1,9 @@
{
"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 }
}

View File

@ -0,0 +1,9 @@
{
"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 }
}