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.

PulseBeat_02

Members
  • Joined

  • Last visited

Everything posted by PulseBeat_02

  1. No, the quit button is not used in game, but it used when wanted to close when on the title screen or loading.
  2. Sorry about that. In my mod, I am creating a button that users can click to close Minecraft Forge. This button will execute a sh file that will kill the program. Does this help a bit more for you to understand?
  3. I need to find a way to close the forge application when it runs by sh file. To do this, I must know the Minecraft Forge process name on Linux.
  4. I did set up decompWorkspace, however, field_71434_R represents asCrashed, and when I type asCrashed into eclipse, it says its wrong.
  5. Hi, I was coding my 1.12.2 mod, when I realized I had a problem... My mod includes a batch file that runs to force quit a program. However, Linux can't run this batch file (assuming Wine isn't installed). What is the process name on Linux when Minecraft forge is running? (For example, on windows, it is called "javaw.exe") Although there are many other methods to solve this problem (like killing the process in the java code) I would prefer to do it this way.
  6. Like where do I find a website or wiki on how to use these fields or functions? (http://export.mcpbot.bspk.rs/)
  7. Then try removing both and see.
  8. If there was a crash-report, send it to me. Otherwise, send the whole log and debug log to me. Just zip it in a zip file so it can be attached here.
  9. No problem. Considering that your motherboard has integrated graphics, maybe try using that? I'm not too sure.
  10. My friends and I had the same problem before. When I contacted forge, they said that there were invalid image files causing the black screen. I don't know how to fix this but this is what the problem I think is. Hope this helped a bit.
  11. Seem to be an issue with Dynamic Tree. Try removing it.
  12. Ok, is the information on how to use methods and fields on the wiki?
  13. If you go to the website, there is nothing there besides a 404 error, meaning the webpage does not exist. You should download forge on the official download page, located at https://files.minecraftforge.net/ . Hope this helped.
  14. Hi, I was programming my 1.12.2 mod, when I thought of a question. field_71434_R is a field that determines if Minecraft has crashed I believe. (Unless if I am wrong). If I were to use this field, would I do this in an if statement? if (field_71434_R) { // Some Code Here } (Assuming field_71434_R means hasCrashed, which I think is boolean. Correct me if I am wrong)
  15. Ok. Guess I will have to go for a different approach for coding this mod.
  16. Are there any alternatives to a custom launcher?
  17. So is the startup class. GradleStartCommon.java If so, I would run this in my try loop right? Unless if I am wrong that the startup class file for forge is not GradleStartCommon.
  18. However, I have another problem. What would I put in the "try" section if the user is going to hit play to run minecraft forge?
  19. Thanks for the info!
  20. Hi, I am making a making a minecraft 1.12.2 mod. In my mod, I would like to implement some code that would catch a forge error while loading (Such as mod duplicates, crash, etc). I know that I can make this possible, however, I do not know what that error name is called. (For example, ArithmeticException e) Can someone help me determine what this error name (for catch and try statements) is called?
  21. The debug file is insanely large. It is 1.2 megabytes. How can I send it to you? Got it: Compressed the file at its most. debug.zip
  22. Having trouble with step #7. Where would be the directory where you would put the batch file?

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.