Started by
Paleonerd
on
Topic category: Help with Minecraft modding (Java Edition)
So i've been wondering how to replace an entity with another and transfer the display name, health, and to whoever it's tamed to to the other entity since there are many cases where i need this. Is there a way to achieve this? I will accept custom code if this isn't possible with procedures.
Edited by Paleonerd on Sun, 10/27/2024 - 18:49
I want to say you could copy and paste the nbt and attributes via procedure blocks for the transfer.
Idk if it's doable with procedures, but if you tell me your mc version/modloader I could probably show you how with code
Does this work? Replace the target entities with the correct ones and that should work.
Though I don't know, since I haven't tested it.