[1.12+] Guava Dependency Problems
tommyTT opened this issue ยท 3 comments
Hey there, at the moment I'm playing around with updating TinkersToolLeveling to 1.12 and learning a bit more about Tinkers in general. But I quickly ran into a problem with Mantle since it currently uses version 3.2 of the configurate library which is compiled against version 17 of Guava. The 1.12 update of Minecraft however now uses version 21 of Guava and in my case this means, that the following crash occurs CrashLog.
It looks like updating the dependency to version 3.3 worked fine for my local version, but more testing is required. Configurate Commit
Regards,
Tommy
Thanks for the info, yeah we noticed some guava discrepancies in the configs, but didn't have time to check yet. Will see that we can update it.