Unable to create mob

Started by Glitch_Ratt on

Topic category: Plugins and third-party tools

Last seen on 04:15, 13. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unable to create mob

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()) {
^

Last seen on 04:15, 13. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
im just having trouble…
Thu, 10/26/2023 - 00:32

im just having trouble understanding whats wrong.

Last seen on 18:48, 6. May 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is this done with using…
Thu, 10/26/2023 - 10:04

Is this done with using custom/edited code?

 

Last seen on 04:15, 13. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
now I'm getting this after…
Tue, 12/12/2023 - 00:07

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()

Last seen on 04:15, 13. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i was trying to add an owl…
Tue, 12/12/2023 - 00:09

i was trying to add an owl with a ground, walk, and air/flying animation.