VolmitSoftware / Iris

World Generation through a new Iris

Home Page:https://volmit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Iris loot generation event

fnrcum opened this issue · comments

commented

Does Iris fire any events when generating loot in chests based on the defined loot tables?

To be more precise, Vanilla fires a LootGenerate Event when this happens which can be intercepted to do certain things. If I would want to inject something from my plugin into that loot table that's about to be added to a chest, can I do that?

Also if there are such events, are they separated by custom structure like Vanilla?