public VoxelShape makeShape(){
	VoxelShape shape = VoxelShapes.empty();
	shape = VoxelShapes.combine(shape, VoxelShapes.cuboid(0, 0.125, 0, 0.5625, 0.1875, 0.3125), BooleanBiFunction.OR);
	shape = VoxelShapes.combine(shape, VoxelShapes.cuboid(0.001856875, 0.0625, 0.000473125, 0.628788125, 0.125, 0.3726325), BooleanBiFunction.OR);
	shape = VoxelShapes.combine(shape, VoxelShapes.cuboid(0, 0, 0, 0.6875, 0.0625, 0.4375), BooleanBiFunction.OR);

	return shape;
}