Jump to content

Danebi

Members
  • Posts

    432
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Danebi

  1. This is a Java error. Learn Java before modding.
  2. Now delete this.
  3. Java 15 removed the Nashorn engine that is used by Forge. Downgrade to a supported version.
  4. Try to run JarFix.
  5. Problematic Code #8 and Code-Style #4 Don't register items and blocks dynamically. To get the instance of a registry entry (like Item and Block) use RegistryObject#get.
  6. If you're not a modder why do you want to modify the license?
  7. Sorry, but i can't make any sense of what you sent... maybe there was some problem when copying the code? If what you posted is really your code learn Java.
  8. Have you tried searching online?
  9. You have to shadow the dependency in the jar.
  10. Installations
  11. A git repository with all your code.
  12. Maybe it hasn't been mapped?
  13. You can override it. You are creating the ItemEntity but aren't spawning it.
  14. Can you stop capitalizing every word?
  15. Have you tried learning Java first?
  16. ObfuscationReflectionHelper#getPrivateValue
  17. So... you used a Java class without knowing java? It's obvious it didn't work. Also, didn't you continue to say "command" instead of method in you previous thread? If you knew C++ you would have known what a method or a function are. Access transformers but using reflection would be better.
  18. Yes, I actually wanted to write other things but I got distracted and sent as it was. Then i completely forgot about it...😅 I doubt it... if you knew C ++ you wouldn't have so much problems learning Java.
  19. Can someone explain me why should a corrupted config file crash the computer?
  20. Oh, you're the charged creeper guy? Forge modding isn't difficult. You're making it difficult. You have to learn java first.
  21. No, you don't... make your own thread and post the debug.log.
  22. Post your code and the debug.log.
×
×
  • Create New...

Important Information

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