Started by CircleF1sh
on Mon, 01/18/2021 - 23:15
Topic category: Help with modding (Java Edition)
So I am going to add a mob to my mod and I made multiple variations for it and I want the spawn egg to have a random chance of spawning one of those variations without creating spawn eggs for each variation. Does anyone know the procedure for this?
Edited by CircleF1sh on Mon, 01/18/2021 - 23:16
use a randomizer combined with the differnt mobs with the custom spawn egg aka use a randomizer to make the egg decide witch one to spawn
Wait how do I make this randomizer?