Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol import net.minecraft.entity.monster.EntitySkeleton

Closed this issue ยท 2 comments

commented

AiUtils.java:31: error: cannot find symbol
import net.minecraft.entity.monster.EntitySkeleton;

commented

Solution :
It seems that type EntitySkeleton has been replaced with type SkeletonEntity.

commented

Closed with commit c242e3a.