Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/10/20 in all areas

  1. Java 15 removed the Nashorn engine that is used by Forge. Downgrade to a supported version.
    1 point
  2. Your java installation is incorrect. You are running this project in the jre inside your jdk. You need to point your IDE to use the jdk instead.
    1 point
  3. Use reflection, in particular, look at the `ObfuscationReflectionHelper` class, you're interested in the `setPrivateValue` method
    1 point
  4. Errors are pretty self explanatory. You have a NoClassDefFound error, meaning a class was not found, the name of the class that wasn't found, and the line of code that called it.
    1 point
×
×
  • Create New...

Important Information

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