Prevent new spectral arrow recipe from overriding vanilla default

Also add an alternate recipe for crafting a singular arrow
This commit is contained in:
Sergeant Acoustic 2025-08-27 04:05:38 +01:00
parent 279e5885ae
commit 8c7ffcb852
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{"item": "minecraft:arrow"},
{"item": "minecraft:glow_berries"}
],
"result": {
"item": "minecraft:spectral_arrow",
"count": 1
}
}