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

45 lines
1 KiB
JSON

{
"machine": "iron_centrifuge",
"registryName": "iron_centrifuge_centrifuge_wool",
"recipeTime": 60,
"requirements": [
{
"type": "energy",
"io-type": "input",
"energyPerTick": 16
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:string",
"amount": 2
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:string",
"amount": 2,
"chance": 0.75
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:string",
"amount": 1,
"chance": 0.4
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:string",
"amount": 1,
"chance": 0.2
},
{
"type": "item",
"io-type": "input",
"item": "minecraft:wool",
"amount": 1
}
]
}