add disable_orientation support

This commit is contained in:
BuckarooBanzay 2022-11-06 11:50:03 +01:00
parent 5bba30db57
commit 78e9ff4343

View File

@ -23,7 +23,8 @@ building_lib.register_placement("default", {
transform = { transform = {
rotate = { rotate = {
axis = "y", axis = "y",
angle = rotation angle = rotation,
disable_orientation = building_def.disable_orientation
} }
} }
}) })