Marium's Soulslike Weaponry

Marium's Soulslike Weaponry

10M Downloads

[BUG] Glass Vial does not get returned if blood vial is used in the first hotbar slot

NolanHewitt opened this issue ยท 4 comments

commented

Tested on fabric 1.20.1

In any-other slot it returns the glass vial normally, but used in the first hotbar slot it does not.

commented

Really odd bug, can't seem to recreate it with soulsweapons alone, do you think you have other mods installed that could cause the issue? Saw in issue #219 that PotionCraft caused some issues, could you check if the issue persists with and without other mods installed?

commented

Hi, I'm able to replicate the issue while only using the following:

  • Soulslike Weaponry 1.2
  • Attribute Fix Fabric 21.0.4
  • Geckolib Fabric 4.7
  • Ranged Weapon API 1.1.4
  • Fabric API 0.92.3

I'm also using Fabric Loader 0.16.10 while testing this.

I tested some more and there are more conditions needed to trigger the bug. You have to have only a single blood vial in the first hotbar slot, and you have to have no glass vials in any other slot or anywhere in your inventory. With more than one blood vial in the hotbar first slot it returns a glass vial to the second hotbar slot. With only 1 blood vial in the hotbar first slot but a glass vial anywhere else it will return the glass vial to wherever the other glass vial is.

commented

Aha managed to recreate it this time. It now successfully gives back a glass vial always in the first slot available in the hotbar. Thanks for bringing it up!

Will roll out an update at the end of the week in case other bug reports pops up in this short time.

commented

Thanks for the fix!