Woot

Woot

24M Downloads

Bug: Free XP with Actually Additions Solidified Experience

Rated01010010 opened this issue ยท 5 comments

commented

Actually Additions has a feature where mobs randomly drop solidified experience when killed. Well in Woot, it just spits these out in the air infinitely without any power going to it.

scrot033023

commented

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

commented

So what, do I need to do anything or is this fine now?

commented

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 :)

commented

Okay, there we go. If you need me to change the way or something, just tell me! :D

commented

Fixed - hopefully in 1.10.2-0.2.4-alpha+