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. Make sure you have java installed, and if you do, run jarfix (google for it) once to reassociate jar files with java.
  2. Did you run the installer? Are you using the latest mojang launcher? Was it closed when you ran the installer? More information please.
  3. Try a Java version lower than 16
  4. https://wiki.mcjty.eu/modding/index.php?title=YouTube-Tutorials I have no idea how good the video tutorials are, I can't stand the things myself, and stick to text only, but all reports say McJty is the way to go if you don't want to be taught how to do stuff wrong. Also, search the forums/use google, I've had lots of luck doing that when I wanted to figure out how to do stuff. Odds are, if you're asking it, someone else has probably asked it before you, and the answer is just buried in here somewhere. The pace at which the Minecraft code changes, which in turn forces forge to change, makes it tough for tutorials to be current, and they tend to get out of date somewhat quickly. Search a lot, try stuff, look at other mods code (tons of them are on github, just search on there too!), poke around in the vanilla MC code, and when the stuff you're trying doesn't work, post code (or much much better, a link to a working github repo of your code) and a description of what you're trying to do (from the player in-game standpoint, not what you want your code to do), and people tend to be pretty helpful (provided you indeed know basic/intermediate Java)
  5. Try using a Java version lower than 16
  6. Post the full log (pref as a githup gist or something and link back to it here) please
  7. Works for me. What's do you mean by "don't seem to be getting the correct file"?
  8. And if you get rid of the Optifine and optiforge hacks does it still crash?
  9. My guess would be just enough resources. If you remove that, does it still crash?
  10. I would honestly delete that entire repo and recreate it correctly, that privacy issue is still there for anyone that wants to find it. Just trying to help keep ya safe buddy!
  11. @joelstoner I sent you an important PM. Hopefully you get it.
  12. Ugdhar replied to Splntn's topic in Support & Bug Reports
    Post your debug.log if it is crashing when you are trying to play. If it crashes when you are downloading mods, well, that's a computer issue, not a MC/forge issue, and you probably need a computer tech, or someone to help you.
  13. I would highly suggest making a github repo for sharing your code, it makes it much easier to share, just a link instead of a wall of text. Had this link bookmarked from ages ago (yeah I don't clean out my bookmarks) when someone asked me about it: https://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1/
  14. Always post new logs after you try something (*and it still doesn't work).
  15. Try deleting this file and try again
  16. Post your debug.log somewhere (i.e. github gist) and link to it here, it might show something that helps figure out what's up
  17. Yeah, I would only download from the mod makers website, or curseforge, never any of the other shady MC sites out there. If in doubt, check on https://stopmodreposts.org/ and it will tell you if a site is to be trusted or not. As far as what versions of the mod work with which versions of forge/mc, I'm not sure. Can't hurt to try!
  18. Where did you download that file from? That is not what it is named on crayfish's site, nor on curseforge.
  19. Have you looked at the LootTable.Builder class to see if it has any useful methods for creating one? That's where I would start!
  20. Ugdhar replied to tnhrasv's topic in Modder Support
    You should use github, and host your project on there, it makes it much easier to share your project with others. It's likely none of these files you posted here are relevant. If you dig through your project, you'll find FirstMod somewhere (besides a class name), I don't think the log would just change it to capitals if it were actually lowercase. Double check all your java files, and any jsons you may have created by hand. Also, you still did not share the full log.
  21. Ugdhar replied to tnhrasv's topic in Modder Support
    I would wager the error is more related to your modid having capital letters in it And also, don't post single lines from a log, especially when you're a novice, the error isn't always where you think it is based on a single line of the log. Post the entire log, use a paste site like github gist or something.
  22. Post logs, they might show what is going on
  23. https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot You might also want to uninstall the 32-bit JRE you have
  24. You're running out of memory. You have a 32-bit Java by the looks of it, if you have a 64 bit system, get 64 bit Java. If you for some reason are actually running a 32 bit system, I'm not sure there is anything you can do besides upgrade, since 32 bit systems only support ~3GB max ram.
  25. Currently Forge supports Java 8-15. There is nothing stopping you from having multiple JDK versions installed, as long as you are always referencing the proper version for the task. This will likely involve either specifying the full path to the java you wish to use and/or modifying your systems path environment variable. https://www.google.com/search?q=multiple+jdks+on+windows

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.