Champions

Champions

32M Downloads

Double drops from Global Loot Modifier if using loot table for champion drops

lcy0x1 opened this issue ยท 0 comments

commented

Versions (Be specific, do not write "latest"):

  • Champions: 1.18.2-2.1.5.4
  • Forge: 40.1.51

Observed Behavior:

Global Loot Modifier drops 1 set of item

Expected Behavior:

Global Loot Midifider drop is duplicated

Steps to Reproduce:

  1. Add a Global Loot Modifier
  2. Kill a champion mob
    ...

Code Inspection

This is because in ChampionEventsHandler, it fetches the items to drop from loot table champions:champion_loot. This will invoke Global Loot Modifier to modify the drops again.

Possible Solution

Use Global Loot Modifier to implement champion drops, instead of using LivingDropsEvent