Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MrQuatsch

Members
  • Joined

  • Last visited

  1. Yep it works Thanks for the help
  2. Ok i know but how can i fix it? I cant find any solution on google or on any other post. Sorry but im realy new to Forge modding.
  3. Still dont work. @SubscribeEvent public void onRender(RenderGameOverlayEvent.Pre event){ if(event.getType() == net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType.EXPERIENCE){ int x = 3; int y = event.getResolution().getScaledHeight() - 10; fontRendererObj.drawString("text", x, y, 0xffffff); } } Crash Report http://pastebin.com/raw/uE6syD2s
  4. What do you mean with this? Or could you please send me what do you mean?
  5. @SubscribeEvent public void onRender(RenderGameOverlayEvent event){ if(!event.isCancelable() && event.getType() == net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType.EXPERIENCE){ int posX = 3; int posY = event.getResolution().getScaledHeight() - 10; drawString(fontRendererObj, "test", posX, posY, 1); } } Crash report : http://pastebin.com/yP4BFdVY
  6. Hey, how is it possible to draw a string like the fps or the cords ingame? I tryed to make it with a RenderGameOverlayEvent but it then just crashed the game. Thanks for any help
  7. Ok i will try it but i think i have allready the newest version
  8. Hey, when ever i try to start minecraft in eclips i get this error: http://pastebin.com/PLAfdFPw Thanks for any help

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.