From f94b900fbe874d94d81054b6cfb81b74bb5c9d0a Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:36:09 +0100 Subject: [PATCH] add `facedir` param2type to lightbars and liquidpipes (#77) Co-authored-by: BuckarooBanzay --- nodeboxes.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodeboxes.lua b/nodeboxes.lua index 9d92bbf..d5f5310 100644 --- a/nodeboxes.lua +++ b/nodeboxes.lua @@ -543,6 +543,7 @@ minetest.register_node("scifi_nodes:lightbars", { }, drawtype = "nodebox", paramtype = "light", + paramtype2 = "facedir", use_texture_alpha = "blend", light_source = minetest.LIGHT_MAX, node_box = { @@ -569,6 +570,7 @@ tiles = {{ drawtype = "nodebox", sunlight_propagates = true, paramtype = "light", + paramtype2 = "facedir", node_box = { type = "fixed", fixed = { @@ -589,6 +591,7 @@ tiles = { drawtype = "nodebox", sunlight_propagates = true, paramtype = "light", + paramtype2 = "facedir", node_box = { type = "fixed", fixed = {