OpenCubicChunks / CubicChunks

Infinite* height mod for Minecraft
MIT License
534 stars 69 forks source link

Crash with primitive mobs #407

Closed Yoosk closed 5 years ago

Yoosk commented 6 years ago

Crashed while exploring world at y -350

https://gist.github.com/4c39fbd47137f5c6758a064917e31557

Modpack: All The Mods 3 - Remix 0.1.2*

Barteks2x commented 6 years ago

This mod creates a custom mob spawning algorithm, by copypasting and modifying vanilla one, properly fixing it needs new API in forge and changing such mods to use the API.

CubicChunks also modifies that algorithm, and cubic chunks modifications aren't there in mod code.

I've seen many mods do that, and even just for performance, this should be done by providing APIs mods need on forge side. Many implementations of this definitely don't help with performance.