Started by
wat3r_m3lon_
on
Topic category: Help with Minecraft modding (Java Edition)
so I'm trying to make a boss that randomly summons mobs, I'm trying to make it so it has a 10% to spawn 1 of three mobs every second, problem is, i have no clue how to do this, I'm fairly new to mcreator so i don't know how many functions work. I tried making a procedure under "On Entity Tick Update" and using the procedure template "Do with a 70% chance" and modified it but it just spawn's entities every millisecond it feels like, so I'm looking for help to try and make it so 1 of 3 mob's have a 10% chance to spawn every 1 second
forgot to mention but i also want the boss to only spawn mobs when the player is within sight and within say 32 blocks, how do i do that?