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