Mutation Recipe
{
"type": "resourcefulbees:mutation",
"mutations" : [
{
"input": {
"type": "block",
"block": {
"id": "minecraft:stone"
},
"chance": 0.5
},
"outputs" : [
{
"type": "block",
"block": {
"id": "minecraft:end_stone"
}
}
]
}
]
}Recipe Type
Customization Options
input
inputoutputs
outputsLast updated
Was this helpful?