Issue with compiling mod (Fabric Plugin)

Started by Dyolf_Kinp on

Topic category: Help with MCreator software

Last seen on 05:21, 17. Nov 2021
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Issue with compiling mod (Fabric Plugin)

I'm only trying to add one very simple ridable entity and I'm getting this error on compliing that I don't believe has anything to do with the entity file or texture.

Executing Gradle task: runClient
Build info: MCreator 2021.2.36710, fabric-1.16.5, 64-bit, 16349 MB, Windows 10, JVM 11.0.11, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
Fabric Loom: 0.7.34
:remapping 46 mods (TinyRemapper, intermediary -> named)
:remapping sources
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> error: release version 8 not supported
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 13s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 13 seconds

I feel like I'm missing something really stupid.