more minor lighting/texture tweaks

This commit is contained in:
Vanessa Ezekowitz 2013-06-09 19:19:28 -04:00
parent 807fae1943
commit 5bf21e553e
2 changed files with 2 additions and 2 deletions

View File

@ -373,8 +373,6 @@ minetest.register_node("pipeworks:spigot_pouring", {
}
},
},
use_texture_alpha = true,
sunlight_propagates = true,
paramtype = "light",
paramtype2 = "facedir",

View File

@ -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",