You've already forked minecraft-assets
Create/Update assets for version 1.19-pre1
This commit is contained in:
19
data/minecraft/recipes/bow.json
Normal file
19
data/minecraft/recipes/bow.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" #X",
|
||||
"# X",
|
||||
" #X"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bow"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user