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