}
// Apply the center cross above the loot pit, in the center of the pyramid
painter.setLayout(CENTER_CROSS).setPosition(7, 0, 7).fill();
// Apply the glyphs on the towers
painter.setLayout(TOWER).setPosition(1, 8, 0).setRotation(Quaternionf.fromAngleDegAxis(90, 1, 0, 0)).fill();
painter.offsetPosition(16, 0, 0).fill();
// Apply the glyph on the main door
painter.setLayout(DOOR).setPosition(8, 6, 0).fill();
// Dig the loot pit
picker.setOuterInnerMaterials(Sandstone.SMOOTH, Sandstone.SMOOTH);
box.setMinMax(8, -14, 8, 12, -11, 12).fill();