-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"A mod doesn't support extended biome IDs" shows up in mods that list biomes #97
Comments
There's no issue here, listing all biomes necessarily includes the JEID error biome. Here is an example of it being blacklisted successfully: https://github.com/DarkPacks/SevTech-Ages/blob/master/src/config/naturescompass.cfg#L18 |
Ah, that helps immensely. I had tried disabling it via numeric id, which failed. I'll try the method they used. Thank you! :) I appreciate it. |
The error biome will be removed to fix this and many other issues. It was originally intended to make incompatibilities obvious by showing up when a mod uses the old byte biome array to get a biome, but it also shows up every time a mod lists all biomes. Almost a quarter of JEID issues are related to this (incorrect) message showing up in some biome list. |
That makes sense, both the explanation and the solution. Sorry for the trouble, and thank you for helping! |
See #158. |
Hi! I'm not sure if there's an erroring biome in my pack, or if Nature's Compass is trying to load an incorrect biome added by JEID? But here is what I see when I look at the Nature's Compass GUI:
I have tried to blacklist the error biome from appearing in the list via the Nature's Compass config, but it doesn't seem to have worked.
Please let me know if I should provide any other information. :) Thank you for your time!
The text was updated successfully, but these errors were encountered: