Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: annot find symbol import net.minecraft.util.ParticleTypes;

Closed this issue ยท 2 comments

commented

ProcessBlockDirectivesEventHandler.java:19: error: cannot find symbol
import net.minecraft.util.ParticleTypes;

commented

Solution is to import the package: net.minecraft.particles.ParticleTypes.

commented

Closed with commit 5981fbb.