Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. You could run gradlew javadoc I suppose, but Forge being a framework rather than an API and Minecraft not being designed to be modded you're almost always going to find yourself using your IDE to browse through Minecraft and Forge to see how things are used and what they do.
  2. User was banned for using a cracked launcher. Buy the game.
  3. Update to the latest version of Java 8 or 10. https://adoptopenjdk.net (Pre-1.13 Forge requires Java 8, but anything later will run on 10 just fine)
  4. The game ran out of memory, give it more.
  5. MalisisCore and Phosphor appear to be colliding. It’s looking like you have to pick one and remove the other.
  6. I’m sorry we don’t understand each other, I’m not sure how else I could explain this. You should find a list of links in my signature, the sites in that list can be used to share text files, I want you to upload the installer log to one of those sites, the site will then give you a link that you should give to us.
  7. That does not appear to have anything to do with a crash. Please read the “Logs” section of my signature below and provide the appropriate log in the appropriate manner.
  8. Please read the “Logs” section of my signature below and provide the appropriate log in the appropriate manner.
  9. Please do not hijack other people’s threads. If you have an issue make your own, also a mod file being invalid is probably not something YOU can fix, chances are you’re expecting Forge to load a fabric mod or you’re trying to use a pre-1.13 mod with a more recent version of Minecraft, either case will not work and can not be made to work.
  10. You provide it to us either through a file upload or one of the text-sharing websites linked in my signature below.
  11. User was banned for using a cracked launcher. Buy the game.
  12. 1.7.10 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
  13. If you installed the latest version of Forge make sure you tweak the Profile/installation so that it uses the newly-installed version of Forge
  14. See that's not the Forge website and judging from the error message you provided they gave you an ANCIENT version of Forge claiming it was a newer (but still old) version of Forge. Please read my signature for info on trusted mod sources as well as a browser extension that I recommend you install to prevent this kind of thing happening again.
  15. Can you give a URL? Many sites claim to be the Forge website and only one actually is.
  16. If you rename your mods folder back to mods and it crashes we can try to help you if you provide logs.
  17. Check the Blocks class for dirt block and there should be a method to get the Item representing that block.
  18. Item classes are singletons, i.e. all stacks of an item reference the same Item instance, so if you can get the Item instance of your itemstack and compare it to the desired item instance stored in vanilla's Items class...
  19. Why are you trying to compare using translation keys rather than comparing the items directly?
  20. Do not make multiple threads about a single issue you are having. Edit: Also do not make multiple accounts to try to hide the fact you're making multiple threads.
  21. 1.7.10 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
  22. You... renamed your mods folder and expected Forge to detect the mods anyway?
×
×
  • Create New...

Important Information

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