Jump to content

Curle

Members
  • Posts

    200
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Curle

  1. Use jarfix. https://johann.loefflmann.net/en/software/jarfix/index.html
  2. 1.12 is not supported in this forum. Update to recieve support.
  3. The thing with Oregen is that if you're just unlucky you may not find it. Try using an Xray mod.
  4. This is a known issue. Keep an eye on the PR for updates: https://github.com/MinecraftForge/MinecraftForge/pull/6876
  5. This is a known issue. Keep an eye on the PR for updates: https://github.com/MinecraftForge/MinecraftForge/pull/6876
  6. The proper fix is being debated. The latest version (.25) should have taken care of your issue, though.
  7. Keep an eye on the PR for 1.15: https://github.com/MinecraftForge/MinecraftForge/pull/6874 And the PR for 1.16: https://github.com/MinecraftForge/MinecraftForge/pull/6875
  8. You need to install java. https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot
  9. It's known, but there's nothing we can currently do about it. Try adding -Dfml.earlylaunchwindow=false to your JVM arguments to bypass the issue.
  10. This is a known issue. Watch the PR for updates: https://github.com/MinecraftForge/MinecraftForge/pull/6876
  11. We only need to know what the game version is. All the information we need is right there, sciwhiz.
  12. The PR is a request to change Forge's code. Until the green icon becomes purple (the changes are applied to Forge), the problem hasn't been fixed.
  13. That file isn't available. Paste it to pastebin.com or a similar service.
  14. Wait, no. Non [a-z0-9_.-] character in namespace of location: Derpiness_Octa:ruby Your modid has capital letters. They must be lowercase.
  15. Something is null in LCD.java, line 32. Double check what that line is doing. It looks like a constructor.
  16. Why in the name of sanity are you statically creating your objects? That's terrible. It's not compatible with most of the Forge systems. Use @ObjectHolder annotations. It'll make your life so much easier.
  17. Returning false should stop all further processing. This smells like a Forge bug. Let me do some investigations...
  18. Explain what you mean? Put a small clip on eg. streamable
  19. It looks like it's now TextFormatting.
  20. Try overriding onEntitySwing. Return false to cancel the animation.
×
×
  • Create New...

Important Information

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