Started by
artician
on
Topic category: Help with Minecraft modding (Java Edition)
I know this is not performance-friendly, but I want to experiment with dozens (hundreds?) of enemies; just an absolute horde of them.
No matter the min/max group size I give to the custom mobs, I generally only see about 4-8 mobs in a group. I imagined there was a hardcoded limit of some sort. Is there any way to spawn a huge number of mobs?
Thank you for any help you can give!
Since posting this I've learned a bit about the hard limitation. It was really hard to find information about this, and I only discovered a few posts and a handful of mods that mentioned it.
The best solutions I could find were Bukkit plugins, or the Carpet Mod, which uses Fabric, which also isn't compatible with Forge/MCreator. Does anyone know if it's possible for Forge to modify that limit? Does MCreator have the features for implementing that change ?
Thanks.