Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol import net.minecraft.block.state.IBlockState

Closed this issue ยท 2 comments

commented

BlockDirective.java:6: error: cannot find symbol
import net.minecraft.block.state.IBlockState;

commented

Solution: It seems that IBlockState has been replaced with type net.minecraft.block.BlockState.

commented

Closed with commit 0ff1c37.