Help With Horror Mod

Started by VadvMC on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Aug 2024
Points:
96

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Help With Horror Mod

So I am making new horror mod.

I want to make my entity spawn in radius 60-75 blocks away from the player.

and also i have a question. What are those Event/target entity, source entity, immediate source entity, entity iterator blocks? what they do?

All help will be appreciated

Active 1 week ago
Joined Mar 2023
Points:
327

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 38
Event/target entity meaning…
Thu, 08/15/2024 - 15:48

Event/target entity meaning the entity that triggered the procedure.

Source entity meaning the entity that caused the action.

Entity iterator is for for loops.

Just gen a random number between 60-75 and plug it into a variable called dist, generate a random direction between 0 and 360, plugging that into one called angle, and place the entity at x: dist  sin(angle), y: world height at (dist  sin(angle)), z: dist * cos(angle)

Active 1 year ago
Joined Aug 2024
Points:
96

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
thanks
Thu, 08/15/2024 - 16:09

thanks

Active 1 year ago
Joined Aug 2024
Points:
96

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
hi again. i also want to…
Thu, 08/15/2024 - 19:24

hi again. i also want to know how to make the monster spawn in safe places (not in walls) 

how can i make him check blocks around him? cuz he has huge hitbox

tysm

Active 4 months ago
Joined Jul 2025
Points:
17

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Hi can i have some Help…
Thu, 07/10/2025 - 20:33

Hi can i have some Help Coding This NEW HORROR MOD called TheBlindedOne