more minor lighting/texture tweaks
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 9 Jun 2013 23:19:28 +0000 (19:19 -0400)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 9 Jun 2013 23:19:28 +0000 (19:19 -0400)
devices.lua
init.lua

index 3c8c0038ceb3215ebbd36952dc5f0b8f97ae0fa5..2ffe969e74198758d1bbfe53e9c1ea8374759fa0 100644 (file)
@@ -373,8 +373,6 @@ minetest.register_node("pipeworks:spigot_pouring", {
                        }
                },
        },
-
-       use_texture_alpha = true,
        sunlight_propagates = true,
        paramtype = "light",
        paramtype2 = "facedir",
index a0b4b72307f635bacd2b81caf91003b3ecc38355..5165d8f123b5be43bad6f4ea45c7251aa143bc2c 100644 (file)
--- 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",