Topic category: Help with MCreator software
Hello,
I've added a creature model imported from blockbench, but when I launch the client I get this error:
error: cannot find symbol
public class Modelphantomecorrompue<T extends phantome> extends EntityModel<T> {
public void setupAnim(phantome entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) {
^
symbol: class phantome
location: class Modelphantomecorrompue<T>
where T is a type-variable:
T declared in class Modelphantomecorrompue
2 errors
> Task :compileJava FAILED
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.
What can I do to resolve this?
Leave entity class name at default value, you have set it to phantome. Please see https://mcreator.net/wiki/common-blockbench-issues-mcreator#toc-index-9
Also had to rename topic title. Please read General Publishing Guidelines on topic titles and how to handle code and logs...
Thank you, that was exactly the problem!