Bassebombecraft

Bassebombecraft

18.5k Downloads

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

Closed this issue ยท 2 comments

commented

CharmedMobsRepository.java:5: error: cannot find symbol
import net.minecraft.entity.EntityLiving;

commented

Solution:
Type EntityLiving seems to be replaced with type LivingEntity.
EntityLivingBase seems to be replaced with type LivingEntity.

commented

Closed with commit 9a32a10.