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 } } })