Started by
UraniumCruncher
on
Topic category: Help with Minecraft modding (Java Edition)
So, I want slimes to be able to spawn in biomes like plains and forests, but I can't figure out what the code would be. Please help.
Topic category: Help with Minecraft modding (Java Edition)
So, I want slimes to be able to spawn in biomes like plains and forests, but I can't figure out what the code would be. Please help.
As a workaround, you could make a placeholder mob, have that spawn in plains and forests, then use its entity spawned procedure trigger to despawn the placeholder and spawn a slime in its place.