Executing Gradle task: runClient

Started by TaztheV1 on

Topic category: Help with modding (Java Edition)

Last seen on 21:43, 1. Nov 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Executing Gradle task: runClient

I have no idea what this means and have been trying to fix it for an hour please help!


Executing Gradle task: runClient
Build info: MCreator 2023.3.36712, forge-1.20.1, 64-bit, 40809 MB, Windows 11, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-10-02-18:39:33

> Task :compileJava FAILED
C:\Users\tjcas\MCreatorWorkspaces\greavers\src\main\java\net\mcreator\greavers\client\model\Modelmazer.java:24: error: invalid method declaration; return type required public mazer_Converted(ModelPart root) {
^
C:\Users\tjcas\MCreatorWorkspaces\greavers\src\main\java\net\mcreator\greavers\client\model\Modelmazer_converted.java:24: error: expected public mazer-Converted(ModelPart root) {
^
C:\Users\tjcas\MCreatorWorkspaces\greavers\src\main\java\net\mcreator\greavers\client\model\Modelmazer_converted.java:24: error: invalid method declaration; return type required public mazer-Converted(ModelPart root) {
^
3 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* 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 1s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 1 second

 

mazer-Converted is not a…
Tue, 10/03/2023 - 15:51

mazer-Converted

is not a valid Java model name

The solution to this problem and many other problems can be found in our knowledge base: https://mcreator.net/support/knowledgebase Please check the knowledge base before opening a new topic on the issue which has a known fix.