how do I create my own enderman?

Started by Mister_Pavel on

Topic category: Help with modding (Java Edition)

Last seen on 21:24, 15. Jul 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do I create my own enderman?

how do I create a mob similar to enderman so that he can teleport too?

Last seen on 20:18, 25. Jul 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Assuming you know how to…
Thu, 11/30/2023 - 20:57

Assuming you know how to make a mob, you can make your mob teleport using procedures. I would do this by having it so that on your mobs tick update, it picks a random number. If that number equals say, 1, teleport it to its x y, and z position, but randomly offset. Let me know if you need more help. 

Last seen on 21:24, 15. Jul 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, thanks for the reply…
Sun, 12/03/2023 - 14:35

Hello, thanks for the reply. Can you please send me a screenshot or an example of how it should look? because I don't really good understand the procedures and I don't really understand how to do it.

Last seen on 20:10, 2. Mar 2024
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wouldn't you also have to…
Sun, 12/03/2023 - 17:03

Wouldn't you also have to check like three or so blocks to see if the entity would fit?

Last seen on 21:24, 15. Jul 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just don't understand how…
Sun, 12/03/2023 - 17:25

I just don't understand how to build procedures, so I can't check anything, because I don't know how and which procedures to arrange. Procedures cannot work if I do not know how and which procedures to use and in what order, that's why I asked to send what the procedures should look like. And yes, I also don't understand which three blocks you're talking about.

Last seen on 13:50, 23. Jul 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here is the mechanics for…
Wed, 01/31/2024 - 10:34

Here is the mechanics for when you see him, he is angry and attack you https://imgur.com/a/Lw7jjqd

But for the teleportation sorry don t know yet

 

Last seen on 10:44, 10. Jul 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Evistix466 what is the first…
Mon, 02/12/2024 - 17:59

Evistix466 what is the first if condition suppose to be?

Last seen on 13:50, 23. Jul 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry for the late answer,…
Fri, 04/05/2024 - 13:28

sorry for the late answer, it doesnt mean enything. It was just easier to move all the block inside the if statement in one go than moving them one by one. 

The procedure work fine with or without the if statement 

Good day :)