1.14.4 - Ender Slimes spawn over the void and die
Partonetrain opened this issue ยท 9 comments
Versions
- Silent's Gems: 3.4.3+76
- Silent Gear: 1.4.1+66
- Silent Lib: 4.4.0+44
- Forge: 28.1.8 (I know it's old, but this is the latest version Twitch App has available right now)
- Modpack: N/A
Expected Behavior
Ender Slimes spawn on the End Stone, but not over the void. I would expect them to fall of the islands, but not spawn off of them.
- (Description)
Actual Behavior
Ender Slimes spawn on both the ground and over the void. You can see the death particles constantly.
- (Description)
Links/Images
Steps to Reproduce the Problem
- Have mods installed
- Go to outer end islands (/setblock ~ ~ ~ minecraft:end_portal, /tp ~ ~ ~-10000)
- Fly over void and watch smiles spawn without ground
I thought ender slimes won't spawn above Y 65, but it still spawns on Y 245. Is that a bug?
@vizify I'm not seeing any issues. Made a 100x100 platform and no spawns. Verified the height check is occurring with a debugger.
Is the debugger the debug stick thing? Sorry I don't really know about commands and debug stuffs
No, it's a development tool used to step through code and find issues. It's not something related to Minecraft specifically, just software development in general.
Twitch launcher actually does have newer versions, but they don't sort the list properly. You have to scroll down a bit. But I don't think any recent Forge updates have changed anything to do with entity spawns. Will investigate.
I can confirm that the slimes are spawning in the void and falling to their death over and over, came to report it but got beat by 3 hours :)
and yes, the new versions of forge are in the launcher.
Is there a way to spawnproof this? because I wanted to build an enderman farm but the slimes messed with the spawning of enderman
@vizify I'm not too familiar with how enderman farms are constructed (been years since I made one). I can set ender slimes to not spawn above Y 65, does that help?