@Animefan8888
it throughs an error when I override getCollisionShape
it says method does not Override it's superclass
@Override
public VoxelShape getCollisionShape(IBlockReader worldIn, BlockPos pos, ISelectionContext context) {
return VoxelShapes.create(new AxisAlignedBB(0.125, 0, 0.125, 0.875, 2, 0.875));
}