i cant make a living entity!

Started by AbdForReal on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 19:47, 11. May 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i cant make a living entity!

when i make my custom living entity and export the mod the build fails and these errors happen

 

C:\MCreatorWorkspaces\mineg\src\main\java\net\mcreator\mineg\init\MinegModEntities.java:24: error: cannot find symbol public static final RegistryObject<EntityType<KaltzarEntity>> KALTZAR = register("kaltzar",
^
symbol: class KaltzarEntity
location: class MinegModEntities
C:\MCreatorWorkspaces\mineg\src\main\java\net\mcreator\mineg\init\MinegModEntities.java:25: error: cannot find symbol EntityType.Builder.<KaltzarEntity>of(KaltzarEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(KaltzarEntity::new)
^
symbol: class KaltzarEntity
location: class MinegModEntities
C:\MCreatorWorkspaces\mineg\src\main\java\net\mcreator\mineg\init\MinegModEntities.java:25: error: cannot find symbol EntityType.Builder.<KaltzarEntity>of(KaltzarEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(KaltzarEntity::new)
^
 

and more

please anyone fix :(