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": [
{
2024-03-03 01:20:53 +01:00
"chance": 1.0,
2022-10-19 20:04:42 +02:00
"count": 6,
2024-03-03 01:20:53 +01:00
"item": "minecraft:bone_meal"
},
2021-11-21 22:38:48 +01:00
{
2024-03-03 01:20:53 +01:00
"chance": 0.0,
2022-10-19 20:04:42 +02:00
"count": 0,
2024-03-03 01:20:53 +01:00
"item": "minecraft:air"
}
2021-11-21 22:38:48 +01:00
]
}