Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. Its been fixed
  2. Not without logs we cant...You need to give us information.
  3. It's probably a misaligned patch in the 1.16.2 update I did yesterday. I'll take a look when it get a chance.
  4. 1) Do not hijack threads 2) Our installer installs everything you need. 3) This has been answered literally a hundred + times.
  5. The ENTIRE point is that you use the game directory option in the launcher and split your configs/worlds/whatever. It is kinda annoying that you also split your resource packs, as those typically arnt damaging if you apply the wrong version. But it's a happy cost for the benefit of not screwing up your worlds.
  6. This IS installed correctly, there should only be a json file in that folder. As long as you use the vanilla launcher our install process will work fine.
  7. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. Its almost as if... we can't help you... if we don't know what you're talking about... All published versions save for a handful of derps work just fine. Post your logs. Also, we only support 1.14+ on this forum so we won't help with older things.
  9. The colors are.. odd.. they need to be updated to look better on the Mojang background. However, Honestly I think that someone should come along and make a function to render strings with an outline. Because white text, with black outline looks great on all colors. But ya, as Dies said, as it sits the new early loading screen is a complete re-write, so it doesn't have the splash.properties that used to exist. Feel free to work on making it better.
  10. As I said, this has NOTHING to do with Forge's code or how we build the classpath. We could technically put the jar whever the hell we want. This is wholy issues with SERVER HOSTS and other users. And the drama/bitching that will come from it. This is just a case of... don't be dumb and run the vanilla server... Unfortunately there isn't anything we can do to mark the world as not loadable by the vanilla jar. As it's not code we control so there isn't any way to add protections into it. Many Many external things can corrupt your world.
  11. This is fundamentally false. Just because a recipe uses a item doesn't mean that that item will trigger the recipe to be unlocked. The mods/data packs must add advancements/triggers to unlock them.
  12. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. You have been warned twice in this thread to speak English. Yelling at our mods in another language isn't going to help that situation. If you want help on this forum, use English.
  14. IClassTransformer Is by definition a coremod. Try making the mod without it and see if you can use the mechanics of Vanilla/Forge. Just because you did it one way in the past doesn't mean you have to do it this way forever.
  15. The jar IS a program you can run. Open it with java not whatever you're opening it with. https://johann.loefflmann.net/en/software/jarfix/index.html
  16. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. ... You need to run the data run config, not the client/server. This is a in dev only event.
  19. Hash codes are explicitly NOT guaranteed unique. that's why equals exists and is tied to hashCode. think about it, how would you shove 96 bits of information (3 ints) into 32 bits (1 int) hash code uniquely? literally impossible. The standard practice is to try and spread out the hash codes when you can to spread out the collisions. Which is typically implemented by multiplying intermediate hash codes by some prime number. In this case 31. And no there is not 31k possible values for a vec3i hash code. there are 2^32 possibilities.
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  22. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  23. 1) Don't spam, you can edit your posts. 2) https://johann.loefflmann.net/en/software/jarfix/index.html Jar files are their own executable files. If whatever tmodloader is took over the jar extension, you should reset it to java using the tool I linked.
  24. Update, you're 24 versions behind. Also, remove optifine.
×
×
  • Create New...

Important Information

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