Malorolam / LootBags

Other
21 stars 31 forks source link

When do lootbags access the loot tables? #57

Closed CriticalMole closed 7 years ago

CriticalMole commented 7 years ago

Me Again! I am wondering when the loot bags tap into the loot tables to generate their loot. We have added a load of drops to the various tables through Minetweaker and according to some testing (100's of bags) these are not being drawn into the bags themselves.

Any insight you could give would be greatly appreciated.

Mole.

Malorolam commented 7 years ago

I do my general table pulling in postInit, which is the latest I'm willing to do any loading tasks. Last I looked, Minetweaker does it's thing on server load.

This is something that's been a bit of an issue in the past and most ideas I've had to solve it cause other issues that affect everyone to fix a minority case.