Dipping Poison Enchantment Broken
notdynae opened this issue ยท 2 comments
Dipping Poison III enchantment is broken, does not function
Steps to reproduce the behavior:
- Add dipping poison III to bow
- hold bow in offhand
- drink health potion
- See error
8 poison arrows added to inventory
Please complete the following information:
- Windows
- Default
- Mod Version [e.g. 4.4.0]
- Yes / No [broken in aqmp2 and outside of modpack]
See f258db2 for code context.
Dipping Poison does work, but I just realised how awkward it is to use. You need to have the bow with the enchantment in your main hand and the potion in your offhand and drink the potion, which means that there needs to be no arrows in your inventory, otherwise the bow will try to fire rather than the player trying to drink the potion.
Changed Dipping Poison to function by holding bow in offhand and drinking potion with main hand to allow for it to work with arrows in inventory (4b977d2)