
The Hierophant card doesn't give extra xp from killing mob
AriesStar1337 opened this issue ยท 1 comments
Mod version: tarotcards-1.20-1.5-release
Describe the issue: Killing mob does not give you any extra xp effect from The Hierophant card.
How to Reproduce:
- Have the card in inventory or deck.
- Kill zombie.
- Check xp bar.
Additional info:
Mining ore and furnace does give extra xp.
i figured out whats going on, i was casting the multiplied xp values straight into integers, which is basically a floor function, when we want rounding instead
though because minecraft has experience orbs as low integer values, the values wont be perfect at lower numbers
(xp orb with 1 point in it will be x2 despite the card being only 150%)
ill fix this soon