Ender Letter causing crashes/solution
Tearlow opened this issue ยท 1 comments
Whenever someone creates a letter they instantly crash when the gui opens up. Once restarting the client it has appended the missing NBT data and can be used. This is due to missing NBT data and can be fixed by adding compound: "Inventory" and list: "Items".
Ie. {Inventory:{Items:[]}}
Hopefully this makes some sense and should be a quick fix :)