Posted October 4, 20205 yr I have a custom basic entity that happens to despawn whenever I reload the save. It's not a living entity. Afaik, it wasn't doing this before, but I don't know when it started happening. Does anyone have any idea of where this issue could be originating from? Here is a link to the entity class. The rest of the repo is also there, if necessary. https://github.com/BlueMond/BlueMagic/blob/master/src/main/java/me/bluemond/bluemagic/entities/EmpowermentEntity.java
October 4, 20205 yr Author 3 hours ago, ChampionAsh5357 said: You removed the super calls from the read and write methods. Hmm, that's odd, cus I don't think they really have much of a super. There's the base read/write nbt for entity and then there is the read/write additional nbt, which I'm using. Last I checked, there isn't really a body to the super of them. Could be wrong, but I can't check right now. EDIT: Though I do believe that there is an issue with my read/write additional nbt methods. It seems that it is not despawning on reload, but instead, failing to save/load. I commented out the body of my read/write additional nbt methods and it saves/loads just fine. No errors that I've seen though. Edited October 4, 20205 yr by BlueMond
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.