blob: e25ceea32040511580bba6380277d865de2fc51c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"type": "minecraft:crafting_shaped",
"group": "sticks",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:bamboo"
}
},
"result": {
"item": "minecraft:stick"
}
}
|