Enigmatic Legacy and Corail Tombstone Loot Table NPE
Anuuviem opened this issue ยท 4 comments
Versions (Be specific, do not write "latest"):
- Enigmatic Legacy: 1.6.2
- Curios API: 1.0.5.3
- Forge: 28.1.90
Description of a Bug:
Corail Tombstone and Enigmatic Legacy, when paired together, produce a loot table NPE that causes dungeon/abandoned mine loot to not generate
How to Reproduce:
- Install versions listed above
- Get on server
- Hunt down a dungeon or abandoned mine
- Behold! No loot in containers
Logs:
I am "stoopid" excited to play with your mod, I hope these errors can be resolved and I appreciate the work you lovingly put into this game!
The npe is often because a mod (yours) is adding loottables with no name if it helps to solve this (tombstone doesn't have this trouble)
The problem is that my mod doesn't have unnamed loottables. It is visible in event handler, which does use constructLootPool method, which does always take argument for constructed pool name.
I will soon address this, but so far I cannot see how my mod could be the cause of this issue.