MalisisDoors

MalisisDoors

48M Downloads

Doors return an immutable collection for their drops

unascribed opened this issue ยท 1 comments

commented

All vanilla code and most mod code returns modifiable ArrayLists for drops, and a number of mods (including my own) expect this, and call List::remove or List::clear in HarvestDropsEvent.

Please return an empty ArrayList to keep with vanilla behavior.

commented

Will be fixed in the next update.