Started by
Glitch_Ratt
on
Topic category: Plugins and third-party tools
I keep getting this error.
> Task :compileJava
C:\Users\Glitch Ratt\MCreatorWorkspaces\the_ire_dimension\src\main\java\net\mcreator\theiredimension\entity\FrostmoleEntity.java:175: error: level has private access in Entity this.lastSwing = level.getGameTime();
^
C:\Users\Glitch Ratt\MCreatorWorkspaces\the_ire_dimension\src\main\java\net\mcreator\theiredimension\entity\FrostmoleEntity.java:177: error: level has private access in Entity if (this.swinging && this.lastSwing + 7L <= level.getGameTime()) {
^
im just having trouble understanding whats wrong.
Is this done with using custom/edited code?
Check out https://github.com/NerdyPuzzle/MCreator-Nerdys_Geckolib_Plugin/issues/50
This is geckolib bug
now I'm getting this after realizing the plugin was off.
C:\Users\GlitchRatt\MCreatorWorkspaces\wicked_wilds\src\main\java\net\mcreator\wickedwilds\entity\OwlEntity.java:146: error: cannot find symbol if ((event.isMoving() || !(event.getLimbSwingAmount() > -0.15F && event.getLimbSwingAmount() < 0.15F)) && this.isOnGround()) {
^
symbol: method isOnGround()
C:\Users\GlitchRatt\MCreatorWorkspaces\wicked_wilds\src\main\java\net\mcreator\wickedwilds\entity\OwlEntity.java:149: error: cannot find symbol if (!this.isOnGround()) {
^
symbol: method isOnGround()
i was trying to add an owl with a ground, walk, and air/flying animation.