mirror of
https://github.com/joe7575/techpack.git
synced 2025-02-17 02:12:25 +01:00
V1.04 Street Lamp added
This commit is contained in:
@ -37,7 +37,9 @@ minetest.register_node("tubelib_addons2:streetlamp", {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-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 = {
|
||||
|
Reference in New Issue
Block a user