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