Started by
XSpeedRate
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so that when you look at the mob's face or body they become aggressive, how can I make this happen?
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so that when you look at the mob's face or body they become aggressive, how can I make this happen?
In the AI builder, if you choose enderman as base AI, it will become aggressive if you look at its face. It will also teleport, attack endermites, and pick up blocks.
But I don't want it teleporting or picking up blocks, is there a way to disable those traits?
It would require some coding. I will, try and do some research to see how this could be done
Have you found anything?
Unfortunately, no. The best you can do is have it constantly run a command that detects if the player is looking at its eyes and if they are give it an effect and make the mob only attack entities with that effect. I am not very good with those commands, however, and am probably not able to help you with the command
Well, you could make it to where there's an entity on tick update. So if the player is looking at the passive mob, it'll kill itself and spawn an aggresive version of the mob. And make sure only the passive version naturally spawns. Maybe you could try this.
RandomDudeGamer can you show me the procedure?
I don't think that this is possible in the newest version of MCreator without the use of actual coding.
related topics : https://mcreator.net/forum/103087/how-can-i-create-scp-096-minecraft-1182