EverSoul / Omega-Adventure-Pack

https://sites.google.com/view/omega-adventure-pack
5 stars 5 forks source link

Thaumcraft's Aspect List Generation is broken. #21

Closed EdwinMindcraft closed 3 years ago

EdwinMindcraft commented 4 years ago

The issue: Thaumcraft's aspect generation, precisely the crucible one has a typo that restarts the recursion without keeping the history (thaumcraft.common.lib.crafting.ThaumcraftCraftingManager L576), causing an infinite loop.

Unfortunately, there's no easy fix for that, either replacing the class with a working version of it or creating a coremod to make the change dynamically.