remove excluded mods
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "mekanism:metallurgic_infusing",
|
||||
"chemicalInput": {
|
||||
"amount": 20,
|
||||
"tag": "mekanism:redstone"
|
||||
},
|
||||
"itemInput": {
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/osmium"
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"item": "mekanism:basic_control_circuit"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user