Jump to content

LexManos

Forge Code God
  • Posts

    9264
  • Joined

  • Last visited

  • Days Won

    66

Posts posted by LexManos

  1. Quote

    It should be solved. If there are any stragglers (repeats) it could psosible they still have a cached policy for HSTS that forces Chrome to auto-redirect HTTP to HTTPS against our domain policy rules.
    chrome://net-internals/#hsts
    Under "Delete domain security policies" type in adfoc.us and then press OK
    Exit Chrome and re-open

    Try that and let us know.

    • Like 1
  2. 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!

  3. 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!

  4. 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!

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

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

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

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

×
×
  • Create New...

Important Information

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