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

80 lines
1.9 KiB
JSON

{
"machine": "iron_centrifuge",
"registryName": "iron_centrifuge_centrifuge_grass",
"recipeTime": 120,
"requirements": [
{
"type": "energy",
"io-type": "input",
"energyPerTick": 16
},
{
"type": "item",
"io-type": "input",
"item": "minecraft:grass",
"amount": 1
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:dirt",
"amount": 1
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:wheat_seeds",
"amount": 1,
"chance": 0.7
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:dye@3",
"amount": 1,
"chance": 0.05
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:pumpkin_seeds",
"amount": 1,
"chance": 0.1
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:melon_seeds",
"amount": 1,
"chance": 0.1
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:clay_ball",
"amount": 1,
"chance": 0.4
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:brown_mushroom",
"amount": 1,
"chance": 0.3
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:red_mushroom",
"amount": 1,
"chance": 0.3
},
{
"type": "item",
"io-type": "output",
"item": "minecraft:nether_wart",
"amount": 1,
"chance": 0.01
}
]
}