blob: 094753497229fc1933bf870c6c5077d0a7f6fcf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"type": "minecraft:crafting_shapeless",
"group": "wooden_button",
"ingredients": [
{
"item": "minecraft:birch_planks"
}
],
"result": {
"item": "minecraft:birch_button"
}
}
|