Custom Loot Tables
Opened this issue ยท 9 comments
i was attempting to add a custom loot table to the lootbags but this happened
here is my config file
Lootbags_BagConfig.txt
lootbags.txt
here is my loot table file
thanks
-Rainbow
It's because there are no items in any of the bags. You have no whitelisted items and a non-existent ChestGenHook.
Check your spelling on line 65 of lootbags.cfg to make sure it is correct. Also if that is intended to be something added by a tweaker mod for dungeon loot, most of those run their code after I pull the tables.
That won't work at all, the save-based loot tables load when the server starts, which is after I pull the tables. Besides, as I rip the items directly out of the pool structure that the jsons are designed around, using the whitelist functionality of my mod is more efficient.
is it posible to have it not use the loot tables and just use the white listed items?
-Rainbow
[https://github.com/Malorolam/LootBags/wiki/Tutorials](The tutorial page) has tutorials for whitelisting items.