From 575b2a8c4abc1c9ae87408f693d7d8eb04c9b3a8 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Thu, 19 Sep 2024 15:51:52 +0200 Subject: [PATCH] add `scifi_nodes:dent` to rotation deny list --- schematic_orient.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schematic_orient.lua b/schematic_orient.lua index b161bd3..a02f8dc 100644 --- a/schematic_orient.lua +++ b/schematic_orient.lua @@ -5,7 +5,8 @@ local node_ids_rotateable = {} -- nodes that have facedir-param2 but look weird when rotated local orientation_blacklist = { ["scifi_nodes:blackdmg"] = true, - ["scifi_nodes:lighttop"] = true + ["scifi_nodes:lighttop"] = true, + ["scifi_nodes:dent"] = true } local wallmounted = {