mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "mekanism:reaction",
|
||||
"itemInput": { "amount": 4, "ingredient": { "tag": "minecraft:logs" } },
|
||||
"fluidInput": { "amount": 400, "tag": "minecraft:water" },
|
||||
"gasInput": { "amount": 400, "gas": "mekanism:oxygen" },
|
||||
"duration": 600,
|
||||
"itemOutput": { "item": "emendatusenigmatica:charcoal_dust" },
|
||||
"gasOutput": { "gas": "mekanism:hydrogen", "amount": 400 }
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "mekanism:reaction",
|
||||
"itemInput": { "amount": 20, "ingredient": { "tag": "minecraft:planks" } },
|
||||
"fluidInput": { "amount": 400, "tag": "minecraft:water" },
|
||||
"gasInput": { "amount": 400, "gas": "mekanism:oxygen" },
|
||||
"duration": 600,
|
||||
"itemOutput": { "item": "emendatusenigmatica:charcoal_dust" },
|
||||
"gasOutput": { "gas": "mekanism:hydrogen", "amount": 400 }
|
||||
}
|
Reference in New Issue
Block a user