ObliviousSpartan / SpartanWeaponry

Weapons Galore! A whole new arsenal of weaponry made for Minecraft
https://www.curseforge.com/minecraft/mc-mods/spartan-weaponry
Apache License 2.0
30 stars 8 forks source link

Quiver with incorrect size #49

Closed lid24249 closed 4 months ago

lid24249 commented 5 months ago

incorrect_quiver When upgrading a quiver/bolt quiver using a smithing table in 1.20.1, the Ammo.Size nbt tag of the resulting quiver doesn't seem to get increased accordingly, creating a glitchy quiver with an incorrect storage size.

ObliviousSpartan commented 5 months ago

I've just found out that you're right about the Ammo.Size NBT not being set properly, since it just copies the value of the original Quiver. I've fixed this by ensuring the size is updated when the upgrade recipe is applied. This will be included in the next update.

ObliviousSpartan commented 4 months ago

Initially you would've had to upgrade the quiver again to fix this issue, but I've made it so all you should have to do is open the GUI to fix it. This will also be included in the next update.

ObliviousSpartan commented 4 months ago

The update with this fix is now live! Closing issue