The enigmatic legacy mod is probably causing this issue because of mishandling nbt data or some other form of save data in your world that wasn't able to be serialized properly due to your storage device being full. It is likely trying to find some kind of save data in your world that it always expects to be a list, but under your circumstances, it wasn't able to actually put the list data in. This could be why your game crashed when trying to respawn. Because the data is still corrupted, when the game attempts to load this data, it always expect a list, but doesn't get one. So when it tries to treat the data as a list, it fails and causes a crash. This is likely why your crashing when attempting to load the world. Disabling this mod removes all features relevant to data loading for the mod, which explains why disabling it make your game work, but re-enabling it makes your game crash. If you would like to load your world with the mod, then try and find out the file that it is reading to get this "null" list and delete it. Ofc, that requires this theory to be true though.
By
Jackson Perr · Just now 1 min
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.