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