Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. I would assume so, I've never run Minecraft behind a proxy so I can't say I've tested but that is what I would assume
  2. https://minecraft.gamepedia.com/Minecraft_launcher#Command_Line_usage See if these work: --proxyHost and --proxyPort
  3. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  4. You're saying this happens with the example mod, or with the changes you're making to it?
  5. DaemonUmbra

    IDK

    https://www.curseforge.com/minecraft/mc-mods
  6. Is the error showing up during installation or when you try to play?
  7. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. Minecraft is still copyrighted material, they run it through an obfuscator before publishing it as a minimum level of protection. As far as I know, these are the naming schemes that Minecraft can exist in: Mojang Names Obfuscated / Proguard Names SRG Names MCP Names ...and this is how the process goes: Mojang develops the game using human-readable names Mojang publishes a version of minecraft that is built and obfuscated (I'm not sure of the order at this stage). The MCP/Forge team decompile Minecraft and run it through a toolset that analyzes the code and remaps it to a new set of names while trying to identify previously known classes, methods, and fields and label them with the same names they had in previous versions. During ForgeDev and ModDev, ForgeGradle remaps these names again to Community-Contributed Human-Readable names During Forge and Mod publishing, these names are mapped back to the intermediate mappings to keep them consistent at runtime If a member of the core team wants to correct me, please do so I can update, refine, and possibly reuse this explanation
  9. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. Does /Users/scotthendrickson/Documents/Curse/Minecraft/Install/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar exist?
  13. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  14. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. Please provide your full debug.log, this method exists in my Forge workspace
  16. Please use a different site, Comcast is refusing to let me connect to paste.ee due to claims of malware
  17. It gets written to a file as well, look for a file with the same name as the installer but with .log on the end
  18. Datapacks are per-world, meaning the datapacks folder is in the world save
  19. Java 8 HotSpot is what you want. If you plan to make mods, get the JDK, if you just want to play, get the JRE (Note: If you get the JDK you do not need the JRE because there's one included with the JDK). Most of us get our Java from https://adoptopenjdk.net
  20. Please provide the installer log from a 1.15.1 installation attempt
×
×
  • Create New...

Important Information

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