ramou / ChessMod

Adding Pippin Barr's Chesses to minecraft.
MIT License
3 stars 3 forks source link

Fix Materials in the Chessboard Block Issues #104

Closed Captaintom14 closed 1 year ago

Captaintom14 commented 1 year ago
Captaintom14 commented 1 year ago

In the ChessboardBlock class, I have removed the import of Materials since it no longer exists in 1.20.
I've also removed the Material.STONE in the Properties.of(). Therefore, it should be working according to the build.

public ChessboardBlock() { super(BlockBehaviour.Properties.of()); this.registerDefaultState(this.stateDefinition.any().setValue(FACING, Direction.NORTH)); }