Topic category: Troubleshooting, bugs, and solutions
(I am pretty sure no one has had this problem)
When I added a java file for a model from blockbench this is what it showed:
Executing Gradle task: runClient
Build info: MCreator 2025.3.45720, forge-1.20.1, 64-bit, 16347 MB, Windows 10, JVM 21.0.8, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2025-12-09-16:41:40
Reusing configuration cache.
> Task :writeClientLegacyClasspath UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :createMinecraftArtifacts UP-TO-DATE
> Task :prepareClientRun UP-TO-DATE
> Task :compileJava FAILED
Note: SpongePowered MIXIN Annotation Processor Version=0.8.5
Note: Supported obfuscation types: ObfuscationServiceMCP supports [searge,notch]
C:\Users\Liam\MCreatorWorkspaces\abyssal_behemoth\src\main\java\net\mcreator\abyssalbehemoth\client\model\ModelAbyssal_Behemoth.java:38: error: cannot find symbol public Abyssal Behemoth(ModelPart root) {
^
symbol: class Abyssal
location: class ModelAbyssal_Behemoth<T>
where T is a type-variable:
T extends Entity declared in class ModelAbyssal_Behemoth
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
Note: SpongePowered MIXIN Annotation Processor Version=0.8.5
1 error
* Try:
> Run with --scan to generate a Build Scan (powered by Develocity).
BUILD FAILED in 888ms
6 actionable tasks: 1 executed, 5 up-to-date
Configuration cache entry reused.
BUILD FAILED
Task completed in less than a second
I think the problem might be the name of some bone into your model, do you have a bone or something named with just one letter? or with differente simbols numbers or spaces?