Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: CommanderControlledTargeting.java

Closed this issue ยท 2 comments

commented

EntityAITarget cannot be resolved to a type
/bassebombecraft-1.8/src/main/java/bassebombecraft/entity/ai/task/CommanderControlledTargeting.java

commented

AI observations:
See #443 for a bit of info about how tasks have been replaced by goals.

Solution:

  • Should extend the net.minecraft.entity.ai.goal.Goal class.
  • Commander type is changed from PlayerEntity to LivingEntity.
commented

Closed with commit b9fcf61.