[Tutorial] making a mob similar to a Weeping Angel in MCreator 2024.2

Started by yoshi01111 on

Topic category: User side tutorials

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Tutorial] making a mob similar to a Weeping Angel in MCreator 2024.2
Sat, 10/19/2024 - 22:01 (edited)

First you need to download this procedure template I made:

https://drive.google.com/file/d/1hxILFI5FrdlkOIqzuT8a3t4p3DBaGeuB/view?usp=sharing

you will also need the Additions Plugin:

https://mcreator.net/plugin/93380/plugin-damage-source-plugin-forge-1192


Make sure to follow these instructions, they should be all you need. !!!You need to make the mob itself by yourself!!!


You don't need to tweak any of the numbers. You only need to adjust the circled values if you want to adjust the sensitivity of the sight detection, Example: if you want the mob to only stop chasing you if you look directly at it, you would need to set both values to about 0.05.

The block that sets the data parameter "watched" to 4 is only there to tell the mob if its being watched or not, you could replace it with a other block the only thing that matters is that you somehow tell your mob that it is on your screen.


I hope that I could help someone, even though it wasn't the most informative tutorial, the problem is that there is so much, both genius and bad math involved with this, that it would have been very hard to explain and understand.

 

also, feel free to comment questions and/or other stuff, like that something does not display correctly

Edited by yoshi01111 on Sat, 10/19/2024 - 22:01
Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you post a full…
Fri, 12/13/2024 - 12:47

can you post a full screenshot of the procedure?

 

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why does your template's…
Tue, 12/17/2024 - 13:38

Why does your template's last modified date go back to the 1st of January of the 70s???

 

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why would you need a full…
Thu, 12/26/2024 - 21:59

Why would you need a full screenshot, the template includes the full procedure. If you have questions on specific details, please specify.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do I use to open the…
Fri, 03/07/2025 - 14:20

What do I use to open the procedure template

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do you mean. You need…
Sun, 03/09/2025 - 12:52

What do you mean. You need to download the template and then you can open it inside a mcreator procedure, there is a button for that in the top right of the procedure screen.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For some reason the data…
Sun, 03/09/2025 - 16:36

For some reason the data parameter no longer is no longer set to watched

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is probably because you…
Sun, 03/09/2025 - 17:20

This is probably because you don't have a "watched" data parameter on your mob. But you do seem to have a parameter called SCP173 I don't know if thats needed some where else, but if it is then you should create a new parameter called "watched" and set it in the procedure.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yo hopefully this will be…
Tue, 03/11/2025 - 16:28

Yo hopefully this will be the last question but how do I create a data parameter? sorry for asking so many questions I am new to this!

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Don't you have this data…
Tue, 03/11/2025 - 17:49

Don't you have this data parameter called "SCP173" because I saw it being selected in your screenshot, and wherever you made this one you can make a new one. It should be in your entity element on the 5th page called "Synced Data"

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Whats interesting is the…
Tue, 03/11/2025 - 18:00

Whats interesting is the fact I did not even make the SCP173 parameter