Mobs-Dimensions2/src/overrides/config/modularmachinery/recipes/centrifuge_wash_redstone.json
2020-07-28 22:28:47 +02:00

25 lines
576 B
JSON

{
"machine": "iron_centrifuge",
"registryName": "iron_centrifuge_wash_redstone",
"recipeTime": 180,
"requirements": [
{
"type": "energy",
"io-type": "input",
"energyPerTick": 16
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:gunpowder",
"amount": 1,
"chance": 0.6
},
{
"type": "item",
"io-type": "input",
"item": "ore:dustRedstone",
"amount": 1
}
]
}