Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol Color

Closed this issue ยท 1 comments

commented

DefaultParticleRendering.java:14: error: cannot find symbol
static final Color COLOR_WHITE = new Color(255, 255, 255);

Solution: Remove unused const.

commented

Closed with commit 03810d9.