orbwoi / UniversalRemote

A mod for minecraft forge 1.12
MIT License
4 stars 6 forks source link

In 1.12.2, drinking potions does not work. tested with this mod and nothing else #13

Closed Lothrazar closed 6 years ago

Lothrazar commented 6 years ago

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

orbwoi commented 6 years ago

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.