Parallelize Model Loading Crash 1.16.5
iamc24 opened this issue ยท 5 comments
game crashes when launching when mixin.perf.parallelize_model_loading.multipart and mixin.perf.parallelize_model_loading are enabled; seems like it might be related to the betterend mod
didn't see an existing issue that seemed like it related to this
no, however i was adding performance and bugfix mods to an existing modpack. do you know if potato edition would work as a drop-in replacement that wouldn't break quests, recipes, etc?
I doubt it breaks any quests or recipes but @Kasualix can confirm. However, if you plan on connecting to a multiplayer server it might be an issue; in that case you can just disable parallelize_model_loading in the config.
do you know if potato edition would work as a drop-in replacement that wouldn't break quests, recipes, etc?
It wouldn't break. But I did disable two ugly biomes in the config (tweak their generation chance to 0.0), so you'd better tweak the config to let them generate (You can search 0.0 in VSCode's searching function to find them easily) if the modpack has biomes-related quests (such as finding biomes to complete quests)
Closing as the issue is caused by an invasive mixin in the original Forge port which I cannot fix directly, and there is a more maintained port available.