Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. I'm not sure what you're asking, are the javadoc comments insufficient?
  4. Have you tried looking at what is used instead of ToolMaterial in tools now?
  5. Did you write that manually? If so, throw it out and use datagenerators.
  6. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  7. I'm going to assume that English is either not your first language or that you don't speak English and that "crafting table browser" is a poor translation of "crafting table window", which is your way of describing the actual game's window. How did you install Forge? What launcher are you using? Please provide a screenshot
  8. I see errors coming out of Apotheosis' coremod, and it looks like RandomEnchants failed to properly declare a dependency that you didn't install.
  9. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. You checked out the wrong branch. That's logging_fix, not userProps_fix
  11. Edit the runConfig to use the class path of module forge.forge.userdev
  12. Depending on what the mod does the answer is somewhere between "It's impossible" and "It would require a complete rewrite of the mod"
  13. Lovely, jcenter timed out... just try again, this is a network issue
  14. Please provide the debug.log using one of the paste sites in the logs section of my signature below
  15. GitHub Gist is literally in the list that is in my signature...
  16. Going to assume bl is BadLion, use Mojang's own launcher instead.
  17. That's older than the version Mojang ships with the launcher on Windows (8u51)
  18. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. I think I've fixed it, but as my account doesn't have any userProperties attached I can't test it properly. Run these commands to clone my fork and switch to the branch that has my potential fix. (Note this will be ForgeDev so your mod won't run, we're just testing LaunchTesting's auth.) git clone https://github.com/DaemonUmbra/MinecraftForge.git cd MinecraftForge git checkout origin/1.15.x_userProps_fix ./gradlew setup Once the setup is done (it will take a while) go ahead with opening the project, generating the runConfigs and all the rest, then try running "forge forge client" (Yes I know the name is odd)
  22. Have you tried looking at the crash log in your dev environment? I'd wager it's an obfuscation issue. (Yes I can help you fix it if that is the case)
  23. Exactly what version of Minecraft are you trying to mod?
  24. Please use one of the paste sites listed in the Logs section of my signature below
  25. Please read the Logs section of my signature below and provide the appropriate log in the appropriate manner.
×
×
  • Create New...

Important Information

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