Posted July 5, 20232 yr I have tried using the UUID of the LivingEntity but I don't know how to find a mob using it's UUID, so this inevitably failed.
July 8, 20232 yr Author For anyone ever finding this post again and having the same problem: the LivingEntity class has a method "serializeNBT()" that you can use to save it to nbt as such: nbt.put("name", livingEntity.serializeNBT()) with "name" the name you want to save it under and "livingEntity" as the name of the object you want to save. Idk how to load it though, and another question I have is that when I load the entity form nbt, is it still a reference to the entity in the world (so that if I use a kill or hurt function on it will the entity in the world that is saved also get hurt?)? Edited July 8, 20232 yr by Dries Gouwkens
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.