blob: 53a2d4a316538cc2183089670ef78e39cd6e2afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"type": "minecraft:crafting_shapeless",
"group": "bonemeal",
"ingredients": [
{
"item": "minecraft:bone_block"
}
],
"result": {
"item": "minecraft:bone_meal",
"count": 9
}
}
|