summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devices.lua2
-rw-r--r--init.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/devices.lua b/devices.lua
index 3c8c003..2ffe969 100644
--- a/devices.lua
+++ b/devices.lua
@@ -373,8 +373,6 @@ minetest.register_node("pipeworks:spigot_pouring", {
}
},
},
-
- use_texture_alpha = true,
sunlight_propagates = true,
paramtype = "light",
paramtype2 = "facedir",
diff --git a/init.lua b/init.lua
index a0b4b72..5165d8f 100644
--- a/init.lua
+++ b/init.lua
@@ -299,6 +299,7 @@ for zp = 0, 1 do
drawtype = "nodebox",
tiles = pipes_fix_image_names(outimgs, "_empty"),
inventory_image = image,
+ sunlight_propagates=true,
paramtype = "light",
selection_box = {
type = "fixed",
@@ -330,6 +331,7 @@ for zp = 0, 1 do
drawtype = "nodebox",
tiles = pipes_fix_image_names(outimgs, "_loaded"),
inventory_image = image,
+ sunlight_propagates = true,
paramtype = "light",
selection_box = {
type = "fixed",