In 1.12.2, drinking potions does not work. tested with this mod and nothing else
Lothrazar opened this issue ยท 1 comments
Here is latest.log
https://pastebin.com/DnuQZEvv
Looks like something about a coremod / reflection change
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.client.gui.GuiDownloadTerrain.(Lnet/minecraft/client/network/NetHandlerPlayClient;)V
Ha- you are very perceptive. :)
Indeed, this mod unfortunately has significant use of reflection deep into Minecraft and Forge due to lack of support for cross dim GUI. Mojang changed the parameters to the constructor of the Loading Terran GUI.
The 1.12-0.9.5 update fixed this as well as many other things.