Topic category: Troubleshooting, bugs, and solutions
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 :(
Do you use any plugins or did in the past in this workspace?