How do I make a rideable while tamable mob?

Started by Ali107 on

Topic category: Help with modding (Java Edition)

Last seen on 23:20, 19. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a rideable while tamable mob?

How do I make a rideable mob, that can't be ridden on unless if it's tamed?

 

Like how horses behave...

Last seen on 19:06, 16. Nov 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
​​​​​​​  
Sat, 11/06/2021 - 23:24

​​​​​​​Sorry if I was quite late, however, if you are still trying to make a mob unable to be rideable unless tamed, here is how. I'd recommend linking this to the given mob's trigger "On entity tick update"

 

Last seen on 19:06, 16. Nov 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hm, it wont send, if ur…
Sat, 11/06/2021 - 23:36

hm, it wont send, if ur still after the procedure, hit me up with ur email and I'll send the picture via Google drive.

If not, here's a brief tutorial:

 

  1. Get the flow control block "If... do"
  2. Attach it to the block "event trigger"
  3. Grab the logic blue block "[blank] = [blank]"
  4. take the block "is event/target entity tamed" from entity data
  5. place the "is event/target entity tamed" block on the first [blank] space on the block "[blank] = [blank]
  6. For example: "is event/target entity tamed = [blank]
  7. grab the block "true" from logic and place that on the opposite end of the block "[blank] = [blank]"
  8. switch the block "true" and change it to "false"
  9. attach that bock to the "if" end of the flow control block "if... do"
  10. grab the block "attempt to override motion vector of event/target entity to vx: 0 vy: 0 vz: 0
  11. attach this to the "do" end of the flow control block "if... do"

 

What this procedure will do:

This procedure will allow the player to sit on the mob, however, the player will be unable to control/move the mob. Meaning the mob and the player will be standby sitting on the spot. As the motion vector will be overridden to "0" so the mob will move "0" blocks.

 

if anyone is confused by this tutorial, let me know where and why and I will attempt to simplify it.

Last seen on 23:20, 19. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@ares_karma Do you have…
Sun, 11/14/2021 - 08:03

@ares_karma Do you have discord?

It's gonna be easier to talk that way.

Last seen on 23:20, 19. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your screenshot will not…
Sun, 11/14/2021 - 08:05

Your screenshot will not send because you are pasting it's location on your computer instead of uploading it. try using imgur to send images.