Jump to content

Dragin

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Dragin

  1. I am trying to draw some text on the screen via Minecraft.getMinecraft().fontRendererObj.drawStringWithShadow("test"); and I call it upon the RenderGameOverlayEvent event. It works fine when I run the mod via the runClient task, but when I compile it, put it in my mods folder and join a world, it crashes with this error: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.