Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. You have to select the version you want in the profile options.
  2. Install Forge using our installer, and use the normal Mojang launcher.
  3. The launcher verifies the integrity of Minecraft. You have to create a new version. There are plenty of tutorials out there.
  4. The server is fine, it just depends on the route your packet fly to the server. OVH is working on fixing the problem. No ETA, they are doing what they can. I'll keep an eye on it and keep twitter updated.
  5. User was banned for using a cracked launcher.
  6. Website stolen from us poorly that is hosted in a country that doesn't respect copyright laws... Not much we can do to get rid of it besides ask nicely which they will just tell us to sod off. But we'll see what we can do.
  7. Short Story: J9 Breaks EVERYTHING related to how Modding works. So having it work on old versions will most likely never happen. But we're working on making it work for new versions. We'll see after that. Just use J8
  8. What, from that image, is supposed to tell us whats going wrong? Post you log file like it said in the EAQs so we can actually do something,.
  9. The old animations mod is broken. Also please post as plain text, or use gist.github.com The new launcher output looks bad on forums.
  10. 1) Dont hijack other peoples threads 2) Don't use 1.9.4, update to 1.12.2 3) fml.jar IS NOT the installer jar.
  11. Then show us that, and make sure you're in the same folder that you downloaded the installer to.
  12. Start typing the name and hit tab to complete it -.- You're missing the .jar at the end. Diesieben, stop being a pain.
  13. This has literally been answered 100+ times. Edit your profile settings and change your Game Directory.
  14. You need to post the full code context, and the exceptions. We dont know whats erroing if you dont give us the context. As for @Draco18s Its not recursive, thats a static function. But yes we dont have enough information, so post your logs, post your code, post everything even remotely related.
  15. Or, you know you could just bring it to my attention. https://github.com/MinecraftForge/MinecraftForge/commit/b361b72515d1fddd4be0d822cb79b9e38187143c
  16. [15:21:30] [main/INFO] [FML/]: Forge Mod Loader version 14.21.0.2373 for Minecraft 1.12 loading [15:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy OptiFine_1.12.2_HD_U_C5.jar Ya, your issue is that you have tons of mods for 1.12.2 installed and are running a 1.12.0 version of Minecraft. Go to the downloads page and download 1.12.2 not 1.12.
  17. Thats one train of thought, for a sane programming environment. Minecraft is full of kids who complain if you even think of trying to apply a standard. Not to mention nobody cares about warnings {See Every Mod Pack Ever having 10,000+ warning at startup} So this is what we have. Just take it on the word of the guy who wrote the damn thing what the intention was.
  18. cpw was adamant about not reapplying object holders to all registries until the end. Blocks and Item are special cased because "reasons" If you need something from a old registry for a new one, either store it in a temporary variable, or read it from the other registry.
  19. I know I wrote the code. There is a difference between what the code supports, and what you SHOULD do.
  20. 1) Hacking is bad, don't do it, and you'll get no support here 2) The jar IS NOT NEEDED How many times can i freaking explain this... 3) We do not support/endorse the chineese version of minecraft.
  21. 1) dont statically inialize your blocks thats bad 2) You need to set the unlocalized name AFTER the registry name if they depend on it 3) You should pass in your modid to the registry name.
  22. Clean your cache and try again
  23. Do you have any scaling setting setup in windows? This is actually interesting and not something i've seen before. Nore able to reproduce.
  24. No, the installer can not find your JRE, you'll have to run it manually or fix your install path. You DO NOT need to downgrade java.
×
×
  • Create New...

Important Information

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