Jump to content

LexManos

Forge Code God
  • Posts

    9264
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LexManos

  1. Correct, This is not an issue. We have not downloaded the client jar into the versions folder, or the server jar into the root folder, for several minecraft versions now. Use updated tutorials for whatever you're trying to do.
  2. Stop bumping your post. This sounds like a issue with your install. Try deleting your .minecraft folder and re-installing the launcher. Beyond that it's not something we control. As we don't control the launcher.
  3. The jar works on all operating systems
  4. There is no 'eclipse folder' that is your workspace. You can set that to anything you want. Then you just import your mod directory as a gradle project and you're done.
  5. Ya, the forum likes to break when applying updates. Search bar should be back.
  6. Hi! It looks like you're having issues installing Forge. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread. Looking forward to your reply!
  7. Hi! It looks like you're having issues installing Forge. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread. Looking forward to your reply!
  8. Setting up the Forge MDK creates the source on your machine. You can use your IDE's source browser/debugging tools to navigate it. Anything else is illegal and we do not support it.
  9. Hi! It looks like you're having issues installing Forge. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread. Looking forward to your reply!
  10. 1) Don't use pirate launchers 2) The FPS number is a lie and is often times flat out written random numbers by 'performance' mods. 3) Said 'performance' mods also tend to just not run 1/2 the game. So while you may have a lot of 'FPS' things like furnaces or entities simply don't simulate. Minecraft is not a well written game. Its getting better but its still the same basic engine its been for the last 10 years. As long as you can play it smoothly, you shouldn't care about that random number on the f3 screen.
  11. Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
  12. Welcome to the world of modding, remember, we are working with obfuscated, decompiled code. And something that doesn't survive the compile process is comments which is where those documentations you linked would be. As such we need to rely on community projects such as Parchment to build these comments. Most modern IDEs allow for simple navigation and parsing comments into pretty documentation. Your best option if you refuse to use your IDE, is to setup the project yourself with whatever version of Parchment, or other crowdsourced comment data. And then run the javadoc executable over the jar yourself. We do not host javadocs because things change so much in both MC's code, and in the state of the crowdsourced data that it would be useless. So to answer your question, yes people use their IDEs for what they are intended for. The automatic addition of imports and function suggestions have nothing to do with the docs. But to answer your question about how we 'understand what the functions do, deep down'... we read them.
  13. 1) Stop Spamming 2) This makes no sense... What do we 'import' from? 3) Just put the mod in the mods folder and restart... Why make it more complicated?
  14. Java didn't mess up, it's a dumb change but whatever... As for whatever you're supposed to do, that depends on your setup. All you need to do is run the shell script. Or, manually run the command that in inside the shell script. All a shell script is.. is a command that needs to be run..
  15. This is a change required by java. You'd have a better time petitioning them to re-enable executable jars for the module system. It's also stupidly easy for these containers to update to the 5 year old change. So, basically, No.
  16. All links are on our download page: https://files.minecraftforge.net/ All installers work, beyond that you're on your own for old versions.
  17. If you would of read the rest of the post you found you would know that there is no jar anymore. There are other files in the root directory that gets installed. You should read those.
  18. Thats a not so sneaky attempt to advertise a illegitimate site... don't do that...
  19. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
×
×
  • Create New...

Important Information

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