Crash on game startup with Biolith
DEAFG0AT opened this issue · 2 comments
Describe the bug
Hallo,
I'm building a modpack for 1.20.1 and have installed a mod called Biolith to edit biome generation (replacing biomes from one mod with biomes from another mod to eradicate duplicates). I've always dealt with duplicate biomes from various world generation mods by disabling individual biomes, but this leads to world generation being inconsistent since the biomes are not replaced properly by the mods with good alternatives that blend well.
I found after some testing that this mod is what prevented the game from launching when C2ME was installed. There was no crash report generated since the error occurred before launch was even completed -- I've attached my latest.log. Let me know if there's anything else I can give you to help diagnose this issue.
To Reproduce
Steps to reproduce the behavior:
- Install Biolith and C2ME.
- Game crashes before it launches and does not generate a crash report.
Runtime info (please complete the following information):
- OS: Windows 10
- Minecraft version: Fabric 1.20.1
- Mod version: 0.2.0+alpha.11.16
- Biolith version: 1.0.1-alpha.1
- Fabric API version: 0.92.6
- Fabric loader version: 0.16.14
Crash reports / logs
https://pastebin.com/Aw46ikZm
Other mods
Mod list is contained in latest.log above.
Checklist
- I am using the official version of the mod.
- I tried the latest development version but the issue persists.
- I searched for similar open issues and could not find an existing bug report on this.