This repository has been archived on 2025-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
GamerItems/src/main/resources/data/gameritems/recipes/gamer_bow.json
2022-05-01 15:09:52 +02:00

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"
}
}