Skip 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.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. I do not know how to do it myself, I haven't had the need to yet, but: Look through the vanilla sources in the places where you've seen it happen (for a block or item or whatever it was that you saw), and see if you can do it in the same way. The vanilla source shows how to do all kinds of things
  2. In the launcher, you can create new installations, and tell it to use a different folder, and give it a different version of minecraft and/or forge to use. Just click Installations at the top, and play around with making a new one until you figure it out, it's pretty easy when you start messing with it
  3. That looks like the debug.log to me! Try removing vanillafix, it is for 1.12 as far as I can tell looking at curseforge.
  4. Make sure you have Java installed, I would use Java 8 If you definitely have it installed, google jarfix and run that, it looks like Internet Exploder has hijacked your jar file association.
  5. I don't have skype, sorry. If you can post it on youtube or something you can post a link to it here. Alternatively, you could share exactly what it says on the screen, it might help.
  6. Are you new to modding, or new to Java? Overriding a method is very basic Java/OOP. If you are new to Java, then unless you are well versed in a similar language, you will have a Bad Time trying to mod. If this is the case, I would strongly advise looking up learning java on google, and start small.
  7. Please provide more details. What did you download? Where did you download it from? Can you show a screenshot of what you are talking about?
  8. Please post your debug.log (you will likely have to put it somewhere like a github gist or pastebin or something and link to it here), it is in the logs folder of your minecraft game folder (defaults to %APPDATA%\.minecraft)
  9. Sorry, old versions are no longer supported here. You will need to update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  10. I think this is caused by someone breaking the mappings on 5/26 by naming 2 fields the same thing. I had the same problem, and finally opened up that AudioStreamBuffer.java file, and found an int and a ByteBuffer both named buffer. Try using 20200525 for your mappings. *edit: confirmed that this was a mappings glitch, should be fixed in 20200528, use 20200525 until then if you can't wait
  11. Well, I don't think that's the full log, but it's for 1.12.2, which is no longer supported due to age.
  12. The problem is you are specifying the folder your java installation is in, not the java.exe. find the java.exe (it's probably in the bin folder), and use the full path to that inside the quotes.
  13. Post his debug.log, it will show where they are being loaded from
  14. Show me a screenshot of what you tried
  15. try putting quotes around it like "C:\Program Files\Java\bin\java.exe"
  16. Then that is not where you installed java, based on the error I would say that is the java installer that does the installing of java on your system.
  17. You will have to locate your java installation, specifically the folder java.exe is in. Then use that in place of where you simply have java in your batch file command. Probably safer not to mess with the system path/environment variables if you don't know what you're doing, you could wipe them out and that would be a big pain.
  18. Then that means that your java is not located in your path, and you must either specify the full path to it, or add the folder it is in to the path.
  19. First, please don't post code as images, hard to read, and it only shows part of what's going on. Where are you calling your addOres method?
  20. I would remove the 32 bit java, it is not necessary. Then google jarfix, get it and run it, that should fix your jar file association.
  21. Hey no worries, glad I got you thinking about it and you figured it out!
  22. I hope you mean mcforge.readthedocs.io Which ones? You should be able to import the build.gradle into eclipse as a gradle project without running any commands, and then execute gradle tasks from within eclipse How? As a gradle project? As an existing project? I'm just trying to get all the details, because I'm thinking that this is probably due to an incorrectly setup workspace.
  23. I would begin again using the recommended MDK, a lot has been done since the version you have. How exactly are you setting up your workspace? Tutorials out there can be rough, there are a LOT of them made by people that don't REALLY know what they are doing. McJty has good ones: https://wiki.mcjty.eu/modding/index.php?title=YouTube-1.14 And hopefully you know Java (or are fluent in a similar language), because if you don't, you are going to have a Bad Time trying to mod.
  24. You need to be more specific please. Are you making a new mod? Updating an old one? Trying to run mods? What is causing this error? As soon as you turn on your computer? When you open the minecraft launcher? You also say "reconfigured the system variables", but you don't say why, or which ones. Also, I would advise using a newer forge, 31.1.0 is not the recommended build anymore.

Important Information

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

Account

Navigation

Search

Search

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.