Started by
Mrtor13
on
Topic category: Help with MCreator software
Hi
I have a problem, I created 2 mobs and set up their generation, it worked fine. But when I created more than 2 mobs, the generation of the mobs I created was disrupted, namely, someone is not generated, and if generated, ignores the Minimum and Max group size parameter and generation occurs 1-2 mobs instead of those assigned in the parameters. I pressed the code regeneration button, but it didn't help, I didn't find anything on the Internet either. No errors are displayed in the code. Anyone help me please with this =(
Edited by Mrtor13 on Sun, 09/29/2024 - 13:44
Depends on the spawn weight and the type of mob. Most, if not all monsters have a spawn weight of 100 so they all compete to spawn with each other. If your mobs have similiar spawn weights then they might just be spawning over each other. Or if they are less than 100 then being spawned over by vanilla mobs. Though I think this is only true if they're spawning in vanilla biomes.
It looks like it is. Thank you!
I tried to adjust the spawn weight according to your recommendations, and looked up the optimal spawn weight for animals on the Internet. as a result, vanilla mobs began to appear, but mine did not. I have two of them: a beaver and a platypus. the beaver has 17 of them, the platypus has 14. How can this be fixed?
Vanilla animal spawn weights are 20 so setting them higher will give them a higher chance of spawning compared to any other creature type mob. If you just set them both to 20 they should spawn as frequently as any cow or sheep. As you set them to 17 and 14 it makes them a rare mob like an enderman. Try setting them to 20 and see how they spawn.
Yeah that was wrong its not 20 its 12 and 10 for normal animals so 14 and 17 shouldnt cause much problems. Maybe you have something else wrong in your entity settings. It could also be to do with the biome, if its a vanilla biome i dont know or think there would be anything wrong.
Alternatively if they are water entities then they might have different spawning parameters and I no nothing about water entities so i dont know how to help if its something to do with that.
If you cant find anything wrong. Try setting their spawn weight higher until you see them spawn. You could also make them ambient and set their spawn weight to really low and see how that works.
My biome is a forest. I looked at the spawn parameter and updated the spawn type as ambient, and this didnt work. I may still reinstall the software, I hope it will not be in vain. Anyway, thanks for trying to help me!