{Request} Entity rides another entity procedure block

Started by v3NTF on

Topic category: Feature requests and ideas for MCreator

Active 2 years ago
Joined May 2019
Points:
769

User statistics:

  • Modifications: 0
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
{Request} Entity rides another entity procedure block
Mon, 02/10/2020 - 12:12 (edited)

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…
Mon, 02/10/2020 - 19:10

This will be possible once we add get entity in radius procedure block.

Active 1 month ago
Joined Feb 2020
Points:
629

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
Yes, but what about the ride…
Thu, 08/20/2020 - 15:05

Yes, but what about the ride procedure? How do I make the player start riding an entity with a procedure?