Bug: Free XP with Actually Additions Solidified Experience
Rated01010010 opened this issue ยท 5 comments
It is a problem with a few "naughty" mods that generate their loot in the world, rather than adding it to the mob death loot list.
The next version I'm releasing, will actually hoover these items up during the learning phase.
See #75
Ellpeck - apologies, I had no idea that this was mentioned against your mod as well.
Some quick background - since I used the word naughty.
On the LivingDropsEvent there are two options.
- add the items you want the mob to drop to the event drop list and then MC will spawn all the items in the drop list in the world for you
- manually spawn your items in the world
Both ways are acceptable, I just happen to kill mobs that don't exist in the world to learn what kind of loot they drop, therefore when I'm doing that mods that use the second option spawn their loot in the world.
I've added code to try and cope with mods using the second option, since there are quite a few of them.
So there is nothing for you to do, it is all down to me to handle the problem that I create :)
Okay, there we go. If you need me to change the way or something, just tell me! :D