Game Versions
- Fabric 1.20.6
Added Features
- Item tag translation for #golden_arrows. If another mod wants to display the tag, it'll now be able to display it as "Golden Arrows" instead.
Bug Fixes
- Potential Fix for longstanding rare issue where registering arrows as a dispenser projectile would cause the game to sometimes crash on some computers upon startup. I have never been able to reproduce this, so it has been difficult to fix.
- Changed wooden sticks item tag to #rods/wooden. Was falsely assigned to a different tag that was used previously. Unsure how long this has been an issue, but modded sticks should again be working with this mod's crafting recipes.
Tweaks
- All arrows from Xtra Arrows are specified to always be located after the vanilla arrow in the Combat creative tab (Mostly so that location is consistent as more mods are added).
- Bat Skin and Vex Wing are now specified to always be located after Scute in the Ingredients tab (Consistency)
Bug Fixes
- Fixed Misnomer ["Magnetic Flint Arrow" now "Magnetic Arrow"]
Platform Ports
- 1.20.4 Fabric/Quilt
Technical Changes - Refactored Project to fit the new Fabric Standard, this required some minor changes to the code.
Config - Forge Config API Port updated to v20.4.0.
- Swapped from Forge Config to NeoForge config. This should operate essentially the same on the user-end, but better ensures future functionality.