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.

BovvzeR11

Members
  • Joined

  • Last visited

Everything posted by BovvzeR11

  1. I was using the gradle build task, but it looks as though I have been grabbing the compiled version from the wrong place. Using the jar in \build\libs\ resolved the issue.
  2. I have created a mod that renders some debug information in-game without the clutter of the whole debug screen, looks like this. It works perfectly fine when the client is run from inside the IDE. However, once I compile the mod and run it through the Minecraft Launcher, it gives me this error upon loading up a world. https://gist.github.com/BovvzeR11/6acbae432779f5e1c929 I get no errors from the IDE and the field debug exists when looking through the Minecraft class source. This is the code that I am using to get the Minecraft instance and the debug field. Full mod code here. private Minecraft mc; public OverlayGui() { super(); mc = FMLClientHandler.instance().getClient(); } @SubscribeEvent(priority = EventPriority.NORMAL) public void renderFPSCU(RenderGameOverlayEvent event) { //... String debugString = this.mc.debug; //... } EDIT: Forgot to add, using Minecraft version 1.7.10, Forge 10.13.0.1152.

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.