Started by
Erik444
on
Topic category: Help with MCreator software
Hi!, i make this on 1.12 and its work, but , i remake on 1.14 and have this error:
Minecraft.getMinecraft().getSoundHandler().stopSounds();
^
symbol: method getMinecraft()
location: class Minecraft
its on "custom code snippet"
Because the code for Minecraft 1.14.4 changed, try Minecraft.getInstance() instead
noup,
Minecraft.getInstance().getSoundHandler().stopSounds();
^
symbol: method getInstance()
location: class Minecraft
*
okey, i rebuild all project, and get this:
Then they renamed this method, but I am not sure to what.