Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: EntityChicken cannot be resolved to a type

Closed this issue ยท 2 comments

commented

EntityChicken cannot be resolved to a type
/bassebombecraft-1.8/src/main/java/bassebombecraft/projectile/action/Spawn100Chickens.java

commented

Solution:

Use type net.minecraft.entity.passive.ChickenEntity instead of the type net.minecraft.entity.passive.EntityChicken.

Create entities using the factory ChickenEntity entity = EntityType.CHICKEN.create(world);

commented

Closed with commit 1d8e6f6.