
Double drops from Global Loot Modifier if using loot table for champion drops
lcy0x1 opened this issue ยท 0 comments
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:
- Add a Global Loot Modifier
- 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