20 lines
281 B
JSON
20 lines
281 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
" # ",
|
|
"#X#",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:glowstone_dust"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:arrow"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:spectral_arrow",
|
|
"count": 2
|
|
}
|
|
} |