Jump to content

JavaPortals

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    I'm JavaPortals

JavaPortals's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Ah I see. Thanks! diesieben07 already gave me the fix:P
  2. Hey, I followed the tutorial at: http://www.minecraftforge.net/wiki/Gui_Overlay I modified the code so I have some simple text drawing: @ForgeSubscribe(priority = EventPriority.NORMAL) public void onRender(RenderGameOverlayEvent event) { this.drawString(this.getMinecraft().fontRenderer, "Test", 4, 4, 0xFFFFFF); } But with this result: http://puu.sh/5czJN.png Regards, - JavaPortals
×
×
  • Create New...

Important Information

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