Topic category: Help with modding (Java Edition)
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
If it is a Java model make sure that there aren't folders inside other folders in the model
thank you!
ill give it a try
how do i do that exactly?
In the blockbench project there Is a list on the right with all elements and folder in the edit tab
This is not valid model code. Did you do any manual edits to the code?
no
2024.2.28714 is busted. I had the same issue but reverting to 2024.2.29712 fixed everything.