V1.04 Street Lamp added

This commit is contained in:
Joachim Stolberg 2018-03-31 19:13:08 +02:00
parent 75eb70892b
commit 883018443e

@ -36,8 +36,10 @@ minetest.register_node("tubelib_addons2:streetlamp", {
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{-5/16, -8/16, -5/16, 5/16, 8/16, 5/16}, {-5/16, -8/16, -5/16, 5/16, 8/16, 5/16},
{-8/16, 4/16, -8/16, 8/16, 5/16, 8/16}, {-2/16, -8/16, -2/16, 2/16, 8/16, 2/16},
{-8/16, 4/16, -8/16, 8/16, 5/16, 8/16},
{-5/16, -8/16, -5/16, 5/16, -7/16, 5/16},
}, },
}, },
selection_box = { selection_box = {