Started by
Afton
on
Topic category: Troubleshooting, bugs, and solutions
I keep getting two errors about my geckolib custom mincraft mob
> Task :compileJava FAILED
C:\Users\jones\MCreatorWorkspaces\cryptid\src\main\java\net\mcreator\cryptid\entity\WendyEntity.java:203: error: level has private access in Entity this.lastSwing = level.getGameTime();
^
C:\Users\jones\MCreatorWorkspaces\cryptid\src\main\java\net\mcreator\cryptid\entity\WendyEntity.java:205: error: level has private access in Entity if (this.swinging && this.lastSwing + 7L <= level.getGameTime()) {
This is geckolib plugin bug. Report to plugin author. 1.20.1 version of this plugin is very buggy
You can see more info at the issue tracker of the plugin at https://github.com/NerdyPuzzle/MCreator-Nerdys_Geckolib_Plugin/issues/50