box.offsetMinMax(0, 0, 0, -4, 0, 0).fill();
box.offsetMinMax(4, 0, 0, 4, 0, 0).fill();
// Windows for both walls
picker.setOuterInnerMaterials(VanillaMaterials.NETHER_BRICK_FENCE, VanillaMaterials.NETHER_BRICK_FENCE);
box.setMinMax(0, 3, 1, 0, 4, 1).fill();
box.offsetMinMax(0, 0, 2, 0, 0, 2).fill();
box.setMinMax(4, 3, 1, 4, 4, 1).fill();
box.offsetMinMax(0, 0, 2, 0, 0, 2).fill();
// Roof
picker.setOuterInnerMaterials(VanillaMaterials.NETHER_BRICK, VanillaMaterials.NETHER_BRICK);
box.setMinMax(0, 6, 0, 4, 6, 4).fill();