public VoxelShape makeShape(){
	VoxelShape shape = VoxelShapes.empty();
	shape = VoxelShapes.combine(shape, VoxelShapes.cuboid(0.4375, 0.125, 0, 1, 0.1875, 0.3125), BooleanBiFunction.OR);
	shape = VoxelShapes.combine(shape, VoxelShapes.cuboid(0.371211875, 0.0625, 0.000473125, 0.998143125, 0.125, 0.3726325), BooleanBiFunction.OR);
	shape = VoxelShapes.combine(shape, VoxelShapes.cuboid(0.3125, 0, 0, 1, 0.0625, 0.4375), BooleanBiFunction.OR);

	return shape;
}