Started by
v3NTF
on
Topic category: Feature requests and ideas for MCreator
a prodecure that makes a entity (player) ride another entity (boat, minecart, etc) this is to make these things automatic so the player doesnt have to right click
Like this for example
if (player has item in main hand ) {
player.startriding(what ever entity is near by)
Edited by v3NTF on Mon, 02/10/2020 - 12:12
This will be possible once we add get entity in radius procedure block.
Yes, but what about the ride procedure? How do I make the player start riding an entity with a procedure?