Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. Placebo has a config option to disable their fast recipes, that's what I was suggesting. Also if you installed twitch recently it puts stuff in C:\Users\You\Twitch (on Windows)
  2. Didn't I try to explain this to you in the Discord?
  3. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  4. Use a more recent version of Forge, toss out whatever tutorial you're following (Never set _JAVA_OPTIONS, throw out any tutorial that tells you to do so), and install a JDK. I recommend getting java from https://adoptopenjdk.net, you'll need Java 8 Hotspot for x64
  5. Are you sure that's assets/moreslabsmod and not a folder called assets.moreslabsmod
  6. There's definitely drama between small groups in Forge and Fabric, some of Fabric's fans have been anti-Forge since before Fabric was a thing and now they have a non-Forge loader to hide behind. I haven't personally seen their Forge counterparts, but Fabric's Discord moderators have assured me they exist.
  7. This happens when you have somehow set IE to open jar files. Make sure you have Java installed, run JarFix once and try the installer again.
  8. This issue is caused by poorly written code in vanilla that doesn't show until the number of advancements gets ballooned by mods. Current versions of Forge have fixed this issue, it shouldn't happen again unless you disable the fix via config.
  9. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. Fabric is INCREDIBLY lightweight, they provide the loader and a minimal API, this allows them to be quite agile but by the same token modders must make heavy use of Mixins (coremods) to write their own hooks into the Minecraft code, which is typically not good for stability if done poorly or when many are combined in a single modpack. Forge on the other hand is a bit of a fat bastard but comes with a ton of utilities and hooks set up with the goal of providing everything a modder needs so they never need to directly modifiy the Minecraft code, essentially Forge tries to do the ugly so modders never have to.
  11. Don't use MCreator, learn Java and make your mod properly
  12. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. Only 1.14.4 and 1.15.2 are supported at this time, please provide the debug.log from your 1.15.2 game
  14. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. The client shouldn't be opening a command line window. What launcher are you using? How did you install Forge? What Minecraft version are you using?
  16. 1.12 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. Please read the Logs section of my signature below and provide the appropriate log in the appropriate manner.
  19. Deferred Registers are there to placate people who felt they needed to statically initialize crap. They are just a wrapper around the Registry Event system.
  20. DaemonUmbra

    .

    I can only recommend you remove Optifine. Outside of their own fanbase they are actually rather notorious for issues stemming from how they advertise themselves vs what they actually accomplish, and their closed-source stance.
×
×
  • Create New...

Important Information

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