forked from mtcontrib/pipeworks
more minor lighting/texture tweaks
This commit is contained in:
parent
807fae1943
commit
5bf21e553e
@ -373,8 +373,6 @@ minetest.register_node("pipeworks:spigot_pouring", {
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
use_texture_alpha = true,
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
2
init.lua
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user