Abstract Class Conflict - Ageable Entity

Started by Bunnybear2000 on

Topic category: Help with modding (Java Edition)

Last seen on 12:45, 6. Nov 2021
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Abstract Class Conflict - Ageable Entity

So I got this error message and I really want to know how to fix it. Please help me. 

CustomEntity is not abstract and does not override abstract method func_241840 in net.minecraft.entity.AgeableEntity

It always just goes to this line: 

public static class CustomEntity extends TameableEntity { 

Last seen on 22:11, 31. Aug 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey, I just got this same…
Thu, 05/26/2022 - 16:25

Hey, I just got this same issue.
After seeing this post, I figured out what the issue was.
You probably have the "can tame" box in AI and goals selected, but the box that makes it animal type not. Select the animal type box, then deselect the can tame box. Now you can deselect the animal box again and it should work just fine.
-ThatsMySaltLick