update name
This commit is contained in:
23
src/main/resources/data/gameritems/recipes/gamer_bow.json
Normal file
23
src/main/resources/data/gameritems/recipes/gamer_bow.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user