superfluke / enderoni

MIT License
4 stars 6 forks source link

Invalid Biome ID crash #14

Closed MokahTGS closed 5 years ago

MokahTGS commented 5 years ago

Getting a crash with this mod: https://paste.dimdev.org/jucoyexaje.mccrash

Full mod list: https://paste.dimdev.org/uhomuwipur.md

Forge 2836 stygian-1.0.4

superfluke commented 5 years ago

Invalid id 256 - maximum id range exceeded. You've simply got too many biomes in your pack, there's a limit of 256. Some mods try to remove this limit but they are kind of hit or miss in their effectiveness.

MokahTGS commented 5 years ago

Nope...played with way more biomes than this. That's what Not Enough IDs is for.

superfluke commented 5 years ago

Notenoughids extends the block ID limit, not biomes. Maybe you're thinking of justenoughids (gotta love these names)