Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. The one that says "Installer" rather than "Windows Installer" on the download page.
  2. That's not an installer, that Forge itself. If the exe installer fails get the jar installer and run it from the command line, then show me the output. Edit: "Universal" is a holdover from back when the client and server were two different things and needed their own separate versions of a mod.
  3. When you say "Universal Installer" do you mean the file that says universal or the one that says installer?
  4. Wait back up... are you just downloading every file, running it and hoping it installs Forge? Just run the installer, unless you are having the issue where it fails to download libraries you shouldn't need to run it from the command line.
  5. Did you remember to include the .jar file extension on the end of the filename? Note: Windows hides known file extensions by default.
  6. Use a modern version, this issue has been fixed in the installer for recent versions.
  7. Please don’t necro old threads, if you have an issue please make your own thread.
  8. Yes, anything you want to change will be in %AppData%\.minecraft The Program Files folder is for the Launcher, not Minecraft itself (I apologize for the delay, I had work to do)
  9. Where were you putting your mods folder?
  10. It shouldn’t hurt if you make the folder yourself, try that and let me know if your mods don’t load
  11. You haven’t got a custom “game directory” set in the launcher profile, have you?
  12. That’s during debugging. When you run Minecraft it shows your Forge version on the menu screen, correct?
  13. Without logs or code we can't help you, if possible please post your project as a GitHub repository.
  14. Don't do capes. Edit: I know this is blunt, but Minecraft's EULA specifically forbids it.
  15. What are you trying to do with the class? There's often a Forge way of doing things that people would think only possible by modifying vanilla code directly.
  16. 1.7.10 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. If they allow FTP you could make a local installation on your computer with the installer then upload that installation to the server.
  18. Usually the indicator will be a ClassNotFoundException with the mod's Id somewhere in the stacktrace.
  19. Generally everyone will need to have every mod, there are some server-only mods and some client-only mods, provided they are properly written they will auto-disable if they are on the wrong side, if they aren't then they'll crash and the crash report should make it obvious. Custom maps should work fine as long as you have at least the mods from the save.
  20. If you've been using the same folder for all this try deleting the .gradle folder and there will also be one in your user folder, delete that as well
  21. Have you tried getting a fresh MDK?
  22. I'm actually not sure if this will make a difference, but try gradlew.bat instead of just gradlew, and try it alone first
  23. When you run the command does it say anything about downloading gradle?
  24. What's your OS?
  25. You're missing a library. Run the installer again?
×
×
  • Create New...

Important Information

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