Model problem

Status
Works as designed
Issue description

I have created a model for my troll mob but it crashes the game when it loads, the crash report says:

at mod.mcreator.mcreator_troll$ModelLargeBiped.<init>(mcreator_troll.java:165)
    at mod.mcreator.mcreator_troll.lambda$preInit$1(mcreator_troll.java:57)
    at mod.mcreator.mcreator_troll$$Lambda$123/1957356322.createRenderFor(Unknown Source)

 

what can i do to fix this, i already made 1 custom model that worked so i am not usre if it is the model but before there was a problemthat was definitely to do with the model that i fixed by making a new almost identical model. i have attatched the model files..

Issue comments

Remove line 54 from the code. This is bug with Techne not exporting properly and not with MCreator.

I removed line 54 of Troll '@Override' the numbers have decreased by one on the bug report

at mod.mcreator.mcreator_troll$ModelLargeBiped.<init>(mcreator_troll.java:164)
    at mod.mcreator.mcreator_troll.lambda$preInit$1(mcreator_troll.java:56)
    at mod.mcreator.mcreator_troll$$Lambda$123/1957356322.createRenderFor(Unknown Source)

Not line 54 in mob, but line 54 in model. I suggest you to change to a different modeller, Techne was abondoned.