From 78e9ff434315da5ff44feedbd41afde61688942f Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Sun, 6 Nov 2022 11:50:03 +0100 Subject: [PATCH] add `disable_orientation` support --- placements/default.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/placements/default.lua b/placements/default.lua index 420cb39..2c41922 100644 --- a/placements/default.lua +++ b/placements/default.lua @@ -23,7 +23,8 @@ building_lib.register_placement("default", { transform = { rotate = { axis = "y", - angle = rotation + angle = rotation, + disable_orientation = building_def.disable_orientation } } })