Started by
DDeli
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I wanted to make a custom item that functions like a regular lead. However I am unsure on how to create this kind of procedure, How could I do this? Thanks!
Edited by DDeli on Tue, 04/06/2021 - 23:04
I'm still waiting for a response, Thanks!
I don't think this is really possible in MCreator, but you could maybe do it that the item is ranged (though with short range). Then, on the trigger "when bullet hits living entity", you affect the entity with custom potion effect, which you create before and on the potion's trigger "on potion active tick" you make a procedure, where it checks for an entity with your "lead" item in hand and teleports to them.