Prevent new spectral arrow recipe from overriding vanilla default
Also add an alternate recipe for crafting a singular arrow
This commit is contained in:
parent
279e5885ae
commit
8c7ffcb852
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{"item": "minecraft:arrow"},
|
||||||
|
{"item": "minecraft:glow_berries"}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:spectral_arrow",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue