feat: 'stairs' rotation profile

This commit is contained in:
MihailRis
2025-04-30 20:21:59 +03:00
parent 50aae8b98b
commit 9463917164
4 changed files with 33 additions and 1 deletions
+2
View File
@@ -122,6 +122,8 @@ template<> void ContentUnitLoader<Block>::loadUnit(
def.rotations = BlockRotProfile::PIPE;
} else if (profile == BlockRotProfile::PANE_NAME) {
def.rotations = BlockRotProfile::PANE;
} else if (profile == BlockRotProfile::STAIRS_NAME) {
def.rotations = BlockRotProfile::STAIRS;
} else if (profile != "none") {
logger.error() << "unknown rotation profile " << profile;
def.rotatable = false;