This commit is contained in:
2026-01-02 14:53:38 +01:00
commit 1b961c0df8
3634 changed files with 547921 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"type": "mekanism:reaction",
"duration": 15,
"fluidInput": {
"amount": 10,
"fluid": "minecraft:water"
},
"gasInput": {
"amount": 10,
"gas": "mekanism:oxygen"
},
"gasOutput": {
"amount": 10,
"gas": "mekanism:hydrogen"
},
"itemInput": {
"ingredient": [
{
"tag": "minecraft:wooden_slabs"
},
{
"item": "minecraft:bamboo_mosaic_slab"
}
]
}
}