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.

Arugal102

Members
  • Joined

  • Last visited

Everything posted by Arugal102

  1. here's what I got but this whole thing MUST be in onUpdate() the problem is I want it so everytime I hit someone it starts this tick private int ticks = 0; if(ticks % 6 == 0) { System.out.println("blah"); } ticks ++;
  2. That's what I want lol, 50 ms is great. Could you pass me a base code for that if so? here's an example try { robot = new Robot(); robot.keyPress(KeyEvent.Vk_W); //Need a 50ms delay here robot.keyRelease(KeyEvent.Vk_W); } } catch (AWTException e) { e.printStackTrace(); }
  3. Let's say I want it to be 0.06 seconds(60 ms) how would I do that?
  4. I'm using Robot rn to stimulate keyboard input, whenever i'm using robot.delay(ms) it makes my game freeze the amount of "ms" passed in that method, need help!
  5. http://gyazo.com/0529aabed4b46e8f9ad3d7c00e1112b6 I want to make those rendered in the ingame GUI, how is this possible?
  6. Duh, I still didn't quite understand what did you really say, would you kindly be more specific(totally not an bioshock reference)
  7. Thanks soo much, that's what I was looking for! Karma + 1!
  8. I really wanted to apply client changes directly from the client, not using mods because it's not even possible, like changing the resolution/gui size locally and just messing overall with the raw forge sourcecode.
  9. Mind telling me how?
  10. MCP with forge. I can't explain it really good, but there's any possible way to edit the mc client WITH forge? using eclipse ofc.
  11. I didn't edit any base classes, only modified small lines of code, e.g Main Menu Still how do I make it as a version and use it using the minecraft launcher profile?
  12. Let's say I have made some changes on the vanilla minecraft using MCP/Eclipse, How do I make it so I can use it in the minecraft launcher and play online? [NOTE IT'S NOT A HACKED CLIENT, JUST MODIFIED SOME THINGS LIKE THE GUI AND SUCH]
  13. Asking a question about MCP(No forge installed/related) will be deleted/getting banned for posting that because it's not forge-related?

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.