Event that increases mob spawnrate

Started by BryAstro on

Topic category: Help with modding (Java Edition)

Last seen on 09:23, 24. Apr 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Event that increases mob spawnrate

Version 2021.1 (1.12.2 forge generator)

I want to make it so that every once in a while, an event that increases the spawn weight of certain mobs begins and lasts for a certain amount of time.

Basically i want to make mob events like Lycanites Mobs.

 

 

Last seen on 13:23, 24. Apr 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only thing I could think…
Sun, 04/16/2023 - 12:47

The only thing I could think of to make this work would be an entity spawning conditions where you check the light level and you also check something like ((get logic variable[yourevent]) or ((random0,1) > (0.8)) 20% chance of spawning or 100% with your event.