Jump to content

LexManos

Forge Code God
  • Posts

    9279
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by LexManos

  1. I thought you were joking at first. However a quick look it is indeed a modified Minecraft client with heavy obfusication and a custom JVM to load said obfuscated classes. No this is not legal. But its not on our to take it down Forge is open and even tho it's shitty they can do this with Forge. They are infringing on Mojang's (and others) rights so it'd be on them to go after it.
  2. 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 (Latest) 1.18.2 (LTS) and 1.16.5 (grace period).
  3. Its not missing anything. The installer has created all files you need.
  4. 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 (Latest) 1.18.2 (LTS) and 1.16.5 (grace period).
  5. 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 (Latest) 1.18.2 (LTS) and 1.16.5 (grace period).
  6. You can run with --help to get a list of possible command line arguments. But to be explicit you can see them here: <https://github.com/MinecraftForge/Installer/blob/2.0/src/main/java/net/minecraftforge/installer/SimpleInstaller.java#L82>
  7. CR is carrier return, it's part of windows new lines {\r\n}. Convert tour toml to linux line endings {just \n}
  8. About 4 hours before you posted this.
  9. Then you need to read your log file, and make sure they are Forge mods.
  10. You have to restart the game.
  11. No, it's not because classes can be added to the runtime at any point, so whatever you're doing is most likely not reliable. Which is why I said it seems like black magic and probably won't work. Feel free to actually show us what it is so we can understand your context.
  12. This is not a Forge log, as the class for the entity is obfusicated. Be sure you're actually running Forge and not vanilla. And post the full log.
  13. Please provide your save file backup. This shouldn't happen. Even with the missing entries {which shouldn't be missing} it shouldn't shift ids like it does. So one of us can take a look when you provide the world. Beyond that, try updating again, and/or jump to 1.18 as that's a supported version. Also next time, use a paste site like pastebin, or a spoiler so your post isnt 30 pages long.
  14. 1) No idea what 'Reflections' is, but it seems like black magic that will probably not work. 2) There is no way to get all potential classes in a package, so there is no way to magically 'find' these implementation classes. 3) It's better to manually init your registry objects in one location using a deferred register. 4) This has nothing to do with FG, this is runtime stuff.
  15. Basically (and extremely simplified), Java Broke Executable Jars in Java 9. And considering Java 9 is 5 years old. We figure it has been long enough for server hosts to have updated. It's not hard it's just different command line arguments when launching the server. Also, we knew Mojang was gunna bump Java eventually so we made sure to make our stuff more future proof. If your host doesn't support it, then stop paying them as they have shown they can not be trusted to update in the last 5 years. There are plenty out there are have actually applied updates in a timely manor so find one and use them. Or host it yourself.
  16. 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.18.1/1.18.2 (Latest) and 1.16.5 (LTS).
  17. You need to use Java 17 for 1.18
  18. 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.
  19. Buy the game and use the vanilla launcher. We do not support pirate launchers. {Yes I am aware it claims to let you login to a real account, but the fact that it also lets you not, means its a piracy launcher}
  20. Again people HAVE done this. It's not just draw strings and widgets. Because configs can have a lot of config value types that dont exist in vanilla. All I can say is just go do it and see what happens.
  21. Most likely its the later. But the cost is quite a lot with mojang liking to re-write the rendering system. Again, there are already a few 'generic config gui' mods out there that work. We provide a fairly simple data layer for defining config objects, so a few people have taken it upon themselves to make them into mods.
  22. More specifically, we used to have one, but then our rendering guy got stolen by Mojang. And thee cost of updating it everytime they changed something upstream got too much. There are mods out there that add generic screens. The main reason there isn't one in Forge is manpower to maintain them in the future.
  23. That's not the entire log, it is curring off the important bits. The log is a text file found in your logs folder.
  24. This is most likely an issue with JEI's caching of the recipe items not properly taking the tag changes in 1.18.2 into account. Try to reproduce the issue without JEI, using the normal recipe book/testing the recipes. Or it could be some other mod resolving the tags way to early . Tags were the big change in 1.18.2, some mods may have not addressed those changes.
  25. 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.
×
×
  • Create New...

Important Information

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