You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
24
data/minecraft/recipes/arrow.json
Normal file
24
data/minecraft/recipes/arrow.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:flint"
|
||||
},
|
||||
"Y": {
|
||||
"item": "minecraft:feather"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"Y"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:arrow"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user