NBT tag with too high complexity, depth > 512
SyncSteam opened this issue ยท 1 comments
something is causing treasure2 baubles to extend their NBT tag every time their equipment cost is evaluated, which eventually makes the item crash the server every time it is loaded.
I found this issue in the 1.12.2 MC Eternal pack, which uses Treasure2! version 2.1.1
I tracked this issue from a great onyx gold bracelet in a chest at my base. here's what the problematic NBT for that item looked like:
That NBT tag was over 512 levels deep, and because it was stored in a chest it was loaded when the region was loaded. I'm not sure when regions are loaded, so idk if it would crash the entire world, or just that region and its surrounding regions.
I have looked at other treasure2 baubles and they have also displayed this problematic NBT nesting, but to a much lesser extent then that bracelet stored at my base. I can only assume this is because I was comparing it to my equipped one, which would only load each time I logged into the world. where as the one at my base would load each time my base was loaded. and each time they are loaded, they extend their NBT data