Bassebombecraft

Bassebombecraft

18.5k Downloads

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

Closed this issue ยท 2 comments

commented

ProjectileAction.java:3: error: cannot find symbol
import net.minecraft.entity.projectile.EntityThrowable;

commented

Solution: Type EntityThrowable is renamed to ThrowableEntity.

commented

REsolved with commit b5474cb.