Started by
BryAstro
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.