18 lines
232 B
JSON
18 lines
232 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"SS",
|
|
"SS"
|
|
],
|
|
"key": {
|
|
"S": {
|
|
"item": "minecraft:stone",
|
|
"data": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stone",
|
|
"data": 2,
|
|
"count": 4
|
|
}
|
|
} |