Added pane rotation profile

This commit is contained in:
MihailRis
2023-12-05 11:13:09 +03:00
parent 788234ab94
commit 81704140a7
5 changed files with 18 additions and 5 deletions
+3 -3
View File
@@ -31,10 +31,10 @@ struct BlockRotProfile {
static const int MAX_COUNT = 16;
CoordSystem variants[MAX_COUNT];
/* Wood logs, pillars, pipes
3 orientations supported
*/
/* Wood logs, pillars, pipes */
static const BlockRotProfile PIPE;
/* Doors, signs and other panes */
static const BlockRotProfile PANE;
};
enum class BlockModel {