Bassebombecraft

Bassebombecraft

18.5k Downloads

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

Closed this issue ยท 2 comments

commented

MobCommand.java:4: error: cannot find symbol
import net.minecraft.entity.EntityCreature;
^

commented

Solution: It seems that the type EntityCreature has been renamed to CreatureEntity.

commented

Closed with commit fce4375.