ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/crushing/bone_crusher.json

18 lines
282 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "actuallyadditions:crushing",
"ingredient": {
"item": "minecraft:bone"
},
"result": [
{
"item": "minecraft:bone_meal",
2022-10-19 20:04:42 +02:00
"count": 6,
"chance": 1.0
},
2021-11-21 22:38:48 +01:00
{
"item": "minecraft:air",
2022-10-19 20:04:42 +02:00
"count": 0,
2021-11-21 22:38:48 +01:00
"chance": 0.0
}
2021-11-21 22:38:48 +01:00
]
}