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.

ViToxC

Members
  • Joined

  • Last visited

  1. Then set the JAVA_HOME environment variable to point to it. How? Sorry
  2. i have JDk installed..
  3. For some reason i cant decompile forge... here is the error: http://pastebin.com/pZk5yM5S Can anyone please help me?
  4. ViToxC posted a topic in Mods
    I dont now if u can help me, but I have a problem with a Mod and dont know how to deal with it. My Mod Should show u in the top of youre Minecraft youre currently position, and it works, but not really good. After the position X, for example, there are many different numbers it looks like this: *Click* I only want to see the 689. Source: Double drawX = Double.valueOf(Minecraft.getMinecraft().thePlayer.posX); Wrapper.fr.drawString( "§7" + "[§6X§7] " + "§f" + drawX, 2, 12, 16776960); Double drawY = Double.valueOf(Minecraft.getMinecraft().thePlayer.posY); Wrapper.fr.drawString( "§7" + "[§6Y§7] " + "§f" + drawY, 2, 22, 16776960); Double drawZ = Double.valueOf(Minecraft.getMinecraft().thePlayer.posZ); Wrapper.fr.drawString( "§7" + "[§6Z§7] " + "§f" + drawZ, 2, 32, 16776960);

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.