Started by
mista_bit
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make an iten that untame entities, someone tell me that the best way to do that is dispawning the current entity and placing another of the same type, but I dont know how to do that
Edited by mista_bit on Mon, 03/28/2022 - 16:46
ON [your] ITEM RIGHT-CLICK:
despawn get nearest entity (your entity)
spawn (your new entity)