Compare commits

...

2 commits

Author SHA1 Message Date
Sergeant Acoustic 808282514a Set tetra gold material tier to 5 (diamond) 2025-08-27 04:08:31 +01:00
Sergeant Acoustic 8c7ffcb852 Prevent new spectral arrow recipe from overriding vanilla default
Also add an alternate recipe for crafting a singular arrow
2025-08-27 04:05:38 +01:00
3 changed files with 12 additions and 1 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
}
}

View file

@ -9,7 +9,7 @@
"integrityCost": 2,
"integrityGain": 3,
"magicCapacity": 132,
"toolLevel": 4,
"toolLevel": 5,
"toolEfficiency": 12,
"tints": {
"glyph": "gold_glyph",