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