Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails error: cannot find symbol import net.minecraft.util.text.TextComponentString

Closed this issue ยท 1 comments

commented

PlayerUtils.java:13: error: cannot find symbol
import net.minecraft.util.text.TextComponentString;

Solution was replace usage of TextComponentString with StringTextComponent.

commented

Closed with commit e443735.