blob: 641608e959ed717b18c9ec43e5425c0d3b6c32f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"ingredients": [
{
"tag": "minecraft:spruce_logs"
}
],
"result": {
"item": "minecraft:spruce_planks",
"count": 4
}
}
|