[1.12.2] Example Mod, Antique Atlas, Antique Atlas Overlay Crashes
PulseBeat02 opened this issue · 3 comments
When I try loading my modpack, it ends up with a crash saying that Example Mod, Antique Atlas, Antique Atlas Overlay is the problem. Can you please find the answer why it is crashing?
Crash Report at: https://paste.dimdev.org/dokumezico.mccrash
This should be fixed in a4f1ea3, which is part of the new release. If the problem persists, please reopen the issue.
There are an unusually high number of biome ids in your mod pack, and
AntiqueAtlas isn't handling them well. They probably came with
JustEnoughIds. Thanks for the crash report, I'll see what I can do.
…On Fri, Jul 27, 2018 at 9:45 PM, Brandon Li ***@***.***> wrote:
When I try loading my modpack, it ends up with a crash saying that Example
Mod, Antique Atlas, Antique Atlas Overlay is the problem. Can you please
find the answer why it is crashing?
Crash Report at: https://paste.dimdev.org/dokumezico.mccrash
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#198>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABSqAjKQEwxcEIp-G4ClMesb6KQJgYCgks5uK8IugaJpZM4Vk2hI>
.
True. I have a lot biomes in my modpack, so I used JustEnoughID's to get rid of the limit. When I read the crash report, it seems that the arrays you use have been exceeded, giving the error:
java.lang.ArrayIndexOutOfBoundsException: 267
I'd suggest to extend your arrays so there can be more biomes.