entity model makes mcreator unable to runclient

Started by 123abcgfv on

Topic category: Help with modding (Java Edition)

Last seen on 21:10, 7. Sep 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
entity model makes mcreator unable to runclient

i used this template thing on blockbench to make a new mob but mcreator wont run the game it keeps saying this:

Executing Gradle task: runClient
Build info: MCreator 2024.2.28714, neoforge-1.20.6, 64-bit, 7519 MB, Windows 11, JVM 21.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-07-19-21:06:42

Reusing configuration cache.
> Task :create1.20.6ClientExtraJar UP-TO-DATE
> Task :cacheVersionManifest1.20.6 UP-TO-DATE
> Task :neoFormListLibraries UP-TO-DATE
> Task :neoFormJoined1.20.6-20240429.153634DownloadAssets UP-TO-DATE
> Task :neoFormJoined1.20.6-20240429.153634ExtractNatives UP-TO-DATE
> Task :selectRawArtifactNg_dummy_ng.net.minecraft_client_1.20.6_client-extra UP-TO-DATE
> Task :cacheVersionExecutableClient1.20.6 UP-TO-DATE
> Task :cacheVersionExecutableServer1.20.6 UP-TO-DATE
> Task :cacheVersionMappingsClient1.20.6 UP-TO-DATE
> Task :neoFormExtractServer UP-TO-DATE
> Task :neoFormStripClient UP-TO-DATE
> Task :cacheVersionMappingsServer1.20.6 UP-TO-DATE
> Task :neoFormMergeMappings UP-TO-DATE
> Task :neoFormStripServer UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :neoFormMerge UP-TO-DATE
> Task :neoFormRename UP-TO-DATE
> Task :neoFormDecompile UP-TO-DATE
> Task :neoFormApplyForgesAccessTransformer UP-TO-DATE
> Task :neoFormInject UP-TO-DATE
> Task :neoFormPatch UP-TO-DATE
> Task :neoFormPatchUserDev UP-TO-DATE
> Task :neoFormApplyOfficialMappings UP-TO-DATE
> Task :neoFormUnzipSources UP-TO-DATE
> Task :neoFormRecompile UP-TO-DATE
> Task :neoFormPackRecomp UP-TO-DATE
> Task :supplyRawJarForneoFormJoined1.20.6-20240429.153634 UP-TO-DATE
> Task :selectRawArtifactNg_dummy_ng.net.neoforged_neoforge_20.6.117 UP-TO-DATE
> Task :writeMinecraftClasspathClient UP-TO-DATE
> Task :compileJava FAILED
C:\Users\17138\MCreatorWorkspaces\monde_perdu\src\main\java\net\mcreator\mondeperdu\client\model\Modelconqueror.java:21: error: cannot find symbol public class Modelconqueror<T extends conqueror> extends EntityModel<T> {
^
symbol: class conqueror
1 error
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 --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 1s
30 actionable tasks: 1 executed, 29 up-to-date
Configuration cache entry reused.

BUILD FAILED
Task completed in 1 second

Last seen on 11:33, 7. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it is a Java model make…
Sat, 07/20/2024 - 02:40

If it is a Java model make sure that there aren't folders inside other folders in the model

Last seen on 21:10, 7. Sep 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you! ill give it a try
Sat, 07/20/2024 - 04:24

thank you!

ill give it a try

Last seen on 21:10, 7. Sep 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i do that exactly?
Sat, 07/20/2024 - 04:32

how do i do that exactly?

Last seen on 11:33, 7. Sep 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the blockbench project…
Sat, 07/20/2024 - 10:16

In the blockbench project there Is a list on the right with all elements and folder in the edit tab

public class Modelconqueror…
Sat, 07/20/2024 - 11:12

public class Modelconqueror<T extends conqueror> extends EntityModel<T>

This is not valid model code. Did you do any manual edits to the code?

Last seen on 21:10, 7. Sep 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no
Sat, 07/20/2024 - 16:32

no

Last seen on 21:20, 20. Aug 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2024.2.28714 is busted. I…
Fri, 08/16/2024 - 22:53

2024.2.28714 is busted. I had the same issue but reverting to 2024.2.29712 fixed everything.