procedure mod horreur

Started by luka468 on

Topic category: Help with MCreator software

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
procedure mod horreur

Hello, I'm creating a Minecraft horror mod. I'd like to do something a bit complex, but I have no knowledge of the MCreator process. Here's what I'd like it to do:

 

The entity must be able to become invisible without any collision with the player and be able to neither deal nor receive any damage, with occasional noises (this is the passive version that does nothing). (And if the entity is stuck in a hole, it teleports to the player, and the player shouldn't realize that an entity is on it.)

 

The entity can become visible behind the player, and when the player turns around, it circles behind their back and disappears (basically, it hides behind their back as the player turns around, so we can see the entity a little).

The entity can observe the player from afar, of course.

 

The entity can appear next to the player's bed and lean over the bed to observe them in sleep paralysis mode. And when the player gets out of bed, the entity disappears.

 

And lastly, I'd like to make the sun completely black, randomly. When that happens, there's a black and white filter with a VHS effect, if possible, with all the mobs around looking at the player with the entity's face.

 

That's what I'd like to happen. Of course, if an event occurs with the entity, other events with it shouldn't occur, and all of that randomly.