Mob issue when recompiling

Status
Outdated
Issue description

I was making a mob with custom model and texture, recompiled, and:

C:\Users\Pilot\Desktop\Space\MCreator178\forge\build\sources\main\java\mod\mcreator\mcreator_wORMRIGHTNOW.java:58: error: cannot find symbol
        RenderLiving customRender = new RenderLiving(Minecraft.getMinecraft().getRenderManager(), new mcreator_wORMRIGHTNOW.Modely(), 0) {
                                                                                                                           ^
  symbol:   class Modely
  location: class mcreator_wORMRIGHTNOW
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
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.

FIXED

 

Issue comments

Done. It works much better than 1.8.0! AND I HATED 1.8.0! It was super buggy, it added procedures (which in this version are way better) Thanks!

Glad to hear you like 1.8.1 :) We work hard to make each version better, but sometimes some bugs sneak in. Such bugs get fixed in next version most of the time.