TheCodex6824 / ThaumcraftFix

GNU General Public License v3.0
8 stars 4 forks source link

Issues mentioned in DupeFix Project #9

Closed IcarussOne closed 2 months ago

IcarussOne commented 3 months ago

As all the duplication fixes from Universal Tweaks are already in which were from DupeFix originally, there are at least two mentioned issues that I don't think have been looked at yet.

Thaumcraft Crystal Creation with Akashic Tome/Morph-o-Tool in Arcane Workbench Magic Mirror causing NBT data loss

TheCodex6824 commented 3 months ago

For the first issue, I looked at akashic tome and it has issues with the arcane workbench extra slots. It's not expecting the recipe to match while also having more than 1 other non-tome item in crafting inventory. I'm probably going to have to pass a fake crafting grid to all non-arcane recipes to resolve this.

For the second - yeah that's really not good. I also managed to have it get in an infinite loop and overflow the call stack, so that's a bit worrying.

TheCodex6824 commented 2 months ago

These should both be fixed now.