23 lines
369 B
JSON
23 lines
369 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" #X",
|
|
"#SX",
|
|
" #X"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:string"
|
|
},
|
|
"S": {
|
|
"item": "minecraft:light_blue_dye"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "gameritems:gamer_bow"
|
|
}
|
|
}
|
|
|