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