18 lines
247 B
JSON
18 lines
247 B
JSON
|
|
||
|
{
|
||
|
"type": "crafting_shaped",
|
||
|
"pattern": [
|
||
|
"##",
|
||
|
"##"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": {
|
||
|
"item": "minecraft:brick"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "minecraft:bricks",
|
||
|
"count": 4
|
||
|
}
|
||
|
}
|