Bassebombecraft

Bassebombecraft

18.5k Downloads

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

Closed this issue ยท 2 comments

commented

AiUtils.java:30: error: cannot find symbol
import net.minecraft.entity.monster.EntityCreeper;

commented

Solution: It seems that type EntityCreeper has been renamed to CreeperEntity.

commented

Closed with commit bf7a30d.