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.
-
Magnetic Arrow
-
Life Steal Arrow
-
Gravity Arrow
-
Lantern Arrow
-
Soul Lantern Arrow
-
Extinguishing Arrow
-
Incendiary Arrow
-
Cupid's Arrow
-
New Items
-
Magnet Kit (For crafting Magnetic Arrows)
-
Gravity Controller (For crafting Gravity Arrows)
-
Bat Skin (Dropped by bats for crafting life steal arrows)
-
Arrow Type Changes
-
Freezing Arrows will now place Frosted Ice in water
-
Explosive Arrows have a new item texture
-
Misc. Gameplay
-
Recipes will now be added to the recipe book upon picking up an Xtra Arrows related item (Recipes that use universal forge item tags won't be auto-added to the book, but will still work regardless).
-
Added many more tooltips
-
Configuration
-
Fabric Edition now has a config
-
Enable or disable arrow types
-
Enable or disable arrow tiers
-
Define explosion radius of explosive arrows
-
Enable or disable the explosive arrows' ability to damage blocks
-
Define bounce amount of slime arrows
-
Enable or disable the lightning arrows being visual only
-
Define the underwater inertia of Atlantean arrows
-
Define the vexing arrow phase amount
-
Define the bounce multiplier of slime arrows
-
Define the life steal amount of life steal arrows
-
Technical Changes
-
Consolidated much of commonly reused code into methods for better storage usage.
-
Fixed bug where incendiary arrows would only light default-colored candles. Candles of all colors are now light-able with these arrows.
-
Added a crafting recipe for Cupid's Arrows
-
Golden Arrows tooltips now better reflect their actual functionality.