Custom Mob model wont work

Started by bullshark02 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 05:36, 1. Aug 2019
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Mob model wont work

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
 

Last seen on 14:50, 28. Jul 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your Model extends "h" which…
Mon, 07/29/2019 - 12:08

Your Model extends "h" which I doubt is an existing Model. try replacing h with ModelBase.

Last seen on 05:36, 1. Aug 2019
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That worked, thank you so…
Thu, 08/01/2019 - 05:36

That worked, thank you so much