Problem living entity model ( invalid method declaration; return type required public ModelCrabeModel )

Status
Works as designed
Issue description

hello, i have a problem 

with the creation of a living entity, there is a compilation error I believe: error: invalid method declaration; return type required
    public ModelCrabeModel ()

I do not understand why ! my model is well renamed. I send you the ZIP file of My mod.

Issue comments

public static class ModeleCrabeModele extends ModelBase {

    public ModelCrabeModel()
  {

This is NOT proper renaming. Set the name in your modeler.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

There are tutorials on naming models in Blockbench that you should be using.

sorry it does not work. I tried to change the name in my modeler (TECHNE) there is still the error.