I want to make an item that untame entities

Started by mista_bit on

Topic category: Help with modding (Java Edition)

Last seen on 21:17, 18. Apr 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to make an item that untame entities
Mon, 03/28/2022 - 16:46 (edited)

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
Last seen on 00:50, 10. Oct 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ON [your] ITEM RIGHT-CLICK:…
Mon, 05/02/2022 - 19:50

ON [your] ITEM RIGHT-CLICK:

despawn get nearest entity (your entity)

spawn (your new entity)