Woot

Woot

24M Downloads

[1.9] Don't learn slime loot drops if not the right size

Ipsis opened this issue ยท 3 comments

commented

Only slimes of size 1 will drop slimeballs. The access transformer that I added for 1.8.9 was disabled when I ported to 1.9. Need to re-enable that to ensure that slimes are spawned as size 1 and that we only learn non-woot killed slime drops when size == 1.

commented

MagmaCubes only generate loot when !isSmallSize.
Slimes only generate loot when size == 1

commented

c252176
Filter out the incorrect size kills

commented

Bug split. This one will contain the learn problem. A new bug will be raised for the more problematic size creation issue. (Bug #25)