From 3d08b568ad1da1e3259a66cb91fd1039781c75cb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 26 Sep 2017 00:11:57 -0400 Subject: update castles modpack, boost_cart, homedecor, currency, farming redo, framed glass, gloopblocks, mesecons, moreblocks, pipeworks, signs_lib, technic, unified mesecons, and worldedit created a new tag for this release (this will be standard procedure from now on) --- homedecor/handlers/expansion.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'homedecor/handlers') diff --git a/homedecor/handlers/expansion.lua b/homedecor/handlers/expansion.lua index c010bf4..e9d2ec5 100644 --- a/homedecor/handlers/expansion.lua +++ b/homedecor/handlers/expansion.lua @@ -368,14 +368,6 @@ function homedecor.place_banister(itemstack, placer, pointed_thing) fdir = right_fwd_node.param2 pos = fwd_pos new_place_name = string.gsub(right_fwd_node.name, "_diagonal_.-$", "_horizontal") - - -- try to follow a horizontal with another of the same - elseif left_node and string.find(left_node.name, "homedecor:banister_.*_horizontal") then - fdir = left_node.param2 - new_place_name = left_node.name - elseif right_node and string.find(right_node.name, "homedecor:banister_.*_horizontal") then - fdir = right_node.param2 - new_place_name = right_node.name end -- manually invert left-right orientation -- cgit v1.2.3