Posted February 22, 20178 yr I'd like to make my items generate in dungeon chests, but i don't know how. I probably need to somehow extend loot tables, but how? thanks for any help
February 22, 20178 yr Author and how exatly do i modify it - do i subscribe some event, that generates the chests and do something with it there?
February 22, 20178 yr Author Am i suposed to create method like this? @SubscribeEvent public void modifyLootTables(LootTableLoadEvent evt){ evt.SOMETHING; } if yes, what should i do wit the event?
February 22, 20178 yr Author so far i understand it like this: i make some LootTables, which consist of LootPools etc... that's simple BUT how do i tell it to use the default loottable + my loottable when it generates the chests?
February 22, 20178 yr Author and what if there is another mod, which alters the loottable, will be all the changes to the loottable registered? if not, then how do they do it, because i've seen many times drops from multiple mods in one chest
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.