19 lines
253 B
JSON
19 lines
253 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"X",
|
|
"X",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:cobblestone"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stone_sword"
|
|
}
|
|
} |