Sinytra / Connector

A compatibility layer that allows running Fabric mods on MinecraftForge
https://sinytra.org/docs/connector
MIT License
453 stars 16 forks source link

Inject in Fabric BowItem.onStoppedUsing does not inject in Forge BowItem.releaseUsing #1190

Open Galysso opened 2 days ago

Galysso commented 2 days ago

Mod Name

simple quiver

Mod Homepage

https://modrinth.com/mod/simple-quiver

Minecraft version

1.20.1

Describe the bug

Arrows are not removed from the quiver after shooting

Steps to reproduce

Even though I probably located the issue, here is a minimal example using a very simple mod (simple quiver) for you to test easily:

  1. give yourself a bow
  2. give yourself one or more arrow
  3. give yourself a quiver from the mod
  4. left click on the quiver, then with the quiver use right click on the arrows to fill it with arrows
  5. place the quivers on your chest slot
  6. in survival mode, shoot an arrow

The result is that your arrows in the quiver will not be removed (and you even can loot the arrows on the ground).

Logs

Logs are probably irrelevant here

Additional context

No response