Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol public static void buildKittenArmyAi(EntityOcelot entity, ...

Closed this issue ยท 2 comments

commented

AiUtils.java:148: error: cannot find symbol
public static void buildKittenArmyAi(EntityOcelot entity, LivingEntity commander) {

commented

Solution: Type EntityOcelot is renamed to OcelotEntity.

commented

Closed with commit 10b270b.