mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +01:00
V1.04 Street Lamp added
This commit is contained in:
parent
75eb70892b
commit
883018443e
@ -36,8 +36,10 @@ minetest.register_node("tubelib_addons2:streetlamp", {
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-5/16, -8/16, -5/16, 5/16, 8/16, 5/16},
|
||||
{-8/16, 4/16, -8/16, 8/16, 5/16, 8/16},
|
||||
{-5/16, -8/16, -5/16, 5/16, 8/16, 5/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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user