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