Topic category: Troubleshooting, bugs, and solutions
I made a mob model in techne along with a texture for it in paint.net and idk why it wont work. Here is the compile log
C:\Users\1fano\MCreatorWorkspaces\docile_mobs\build\sources\main\java\net\mcreator\docile_mobs\MCreatorModelShark.java:137: error: cannot find symbol
public static class ModelShark extends h {
^
symbol: class h
location: class MCreatorModelShark
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 --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 2s
Your Model extends "h" which I doubt is an existing Model. try replacing h with ModelBase.
That worked, thank you so much