how to make a weeping angel type mob

Started by thecatlover on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Jun 2020
Points:
824

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 58
how to make a weeping angel type mob

its mostly in the title but i wanted to know if anyone has an idea of what i can do for this.

if you want to help directly then i have a discord server you can join https://discord.gg/Fg96n3S

Active 11 months ago
Joined Jun 2020
Points:
824

User statistics:

  • Modifications: 2
  • Forum topics: 28
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 58
for more info i mean a mob…
Mon, 08/10/2020 - 23:41

for more info i mean a mob that moves when not stared at

Active 1 year ago
Joined Jan 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
I'm not sure If that's…
Fri, 08/21/2020 - 15:03

I'm not sure If that's possible. If you can code, than anything is possible, but there is no procedure block for "is event/target entity being looked at". You can test the angle and the direction of where the player is looking, so if you can get the direction (relative to the player) of where the mob is, than it is possible.., but I'm not a brainiac, so I can't help...

 

sorry :/

Active 4 years ago
Joined Oct 2015
Points:
745

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
This actually is possible,…
Fri, 08/21/2020 - 15:21

This actually is possible, though, I haven't tested it out. You have to do this;

- First, make a procedure that has a global trigger when the player has a tick update. You need to get the direction that the player is facing, and store it on a player lifetime variable.

- Next, you need a procedure for when the weeping angel mob has a tick update. You need to store the mobs facing direction as well. Then, you need to detect if the entity is in range of the entity "Player" (don't use playerMP.), and if it is in the range, and also is facing the OPPOSITE direction as the player, then the mob will get it's potion effects cleared. Then put an else statement and put in "Give Mob slowness 255" so the mob will be slowed if it is not in range and/or is being looked at by the player.

I can make you the workspace if you need to, just ask.

Active 1 year ago
Joined Jan 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
Holly cow dude, you know a…
Fri, 08/21/2020 - 15:25

Holly cow dude, you know a solution to everything...

Active 5 years ago
Joined Sep 2020
Points:
624

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Is it alright you make me…
Tue, 09/01/2020 - 20:29

Is it alright you make me the workspace for the weeping angel? I am creating a modpack named Minecraft: Ultimate Edition and I want the entity to be in it. I will credit you titedog.

Active 4 years ago
Joined Jun 2020
Points:
692

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 52
Is it lossposs for to take a…
Thu, 03/04/2021 - 05:36

Is it lossposs for to take a picture it would help a lot my brain is not as big brain as yours

Active 1 week ago
Joined Jun 2023
Points:
417

User statistics:

  • Modifications: 1
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 86
Can someone make a video…
Fri, 08/18/2023 - 12:14

Can someone make a video step by step on it?