Started by
super6456
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
Is there any way in MCreator to prevent any vanilla entity from spawning?
But I still want custom mobs spawning.
Thanks for reading.
Topic category: Help with Minecraft modding (Java Edition)
Hi,
Is there any way in MCreator to prevent any vanilla entity from spawning?
But I still want custom mobs spawning.
Thanks for reading.
When entity joins the world despawn entity
If custom mobs must spawn you must add one block for each mob
but it might crash the world due to so many triggers happening, so don't do it
Thanks! :D