Hey because of some issues i had with this mod in regards of a modpack i made some changes to it.
Changed the curioapi version to the newest and updated the behavior so that the quiver and arrow slots will be added and drawn
The new curioapi marked some of the used methods as removal/deprecated for now its still working but for a newer version (forge 1.22) those methods has to be updated
changed the curioapi identifier for the quiver as it is somewhat generic and it could cause crashes with other mods implementing a slot with the same identifier
changed the mixin of AbstracArrow to be injected into the playTouch method rather than overwriting it to increase mod compatibility
Hey because of some issues i had with this mod in regards of a modpack i made some changes to it.