mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-21 14:50:23 +02:00
Compare commits
1 Commits
stable-201
...
stable-201
Author | SHA1 | Date | |
---|---|---|---|
48be7ddef1 |
@ -368,14 +368,6 @@ function homedecor.place_banister(itemstack, placer, pointed_thing)
|
|||||||
fdir = right_fwd_node.param2
|
fdir = right_fwd_node.param2
|
||||||
pos = fwd_pos
|
pos = fwd_pos
|
||||||
new_place_name = string.gsub(right_fwd_node.name, "_diagonal_.-$", "_horizontal")
|
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
|
end
|
||||||
|
|
||||||
-- manually invert left-right orientation
|
-- manually invert left-right orientation
|
||||||
|
Reference in New Issue
Block a user