You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
I've had several users of a modpack report this crash to me https://pastebin.com/U8Zz1ZiP . I have never gotten the error and I'm not sure why the error even cites a plains biome. There are none in the pack.
The text was updated successfully, but these errors were encountered:
I have never gotten the error and I'm not sure why the error even cites a plains biome. There are none in the pack.
Perhaps that's exactly the problem. It looks like the error is showing up because Ambience can't make note of the plains biome because that biome doesn't exist. I guess the fix for this, in Ambience's code, would be to confirm that each biome has been registered before before referencing it. (Code fix should be around here.)
Alright. My best guess is that Ambience is for some reason trying to run before the biomes have been registered, then, but I'm not sure what would cause that (I don't actually have experience developing mods or hacking Minecraft much).
I've had several users of a modpack report this crash to me https://pastebin.com/U8Zz1ZiP . I have never gotten the error and I'm not sure why the error even cites a plains biome. There are none in the pack.
The text was updated successfully, but these errors were encountered: