Closed bonnyvonscotty closed 10 years ago
java.lang.IllegalArgumentException: Duplicate enchantment id! class thaumic.tinkerer.common.enchantment.EnchantmentPounce and class net.mcft.copy.betterstorage.item.EnchantmentBetterStorage Enchantment ID:170
Neither mod does anything to prevent enchantments with the same IDs from overlapping. Forge, sadly, does not have a mechanism yet to stop this from happening either (afaik). I could change my ID to prevent overlapping IDs with Thaumic Tinkerer but that could just as easily cause problems with a different mod. I could try to auto-assign IDs but that's not a catch-all either (mod loaded after mine trying to use the same ID: crash), not to mention I'm not one for half-working solutions.
As for how to fix the problem on your end: Simply edit one of the mods' config files and change the IDs of conflicting enchantments. There will probably be more than one so check for other conflics as well (for example ID 171 and 172). Note that if you added one of the mods after having played with the other already, changing the ID of an existing enchantment will affect items already using that enchantment.
Thanks!
No other mods are used except those necessary to run Better Storage and Thaumic Tinkerer, in order to narrow the range of possible conflicts.
[edited by copygirl: moved to separate gist] https://gist.github.com/copygirl/6e5e7699ca084caeefbd