Started adding philip's textures for streetlamp
This commit is contained in:
parent
a24e6add1b
commit
02592d54f7
@ -3,6 +3,7 @@
|
||||
]]
|
||||
minetest.register_node(":streets:streetlamp_basic_bottom",{
|
||||
description = "Street lamp",
|
||||
tiles = {"streets_lamps_basic_bottom.png"},
|
||||
groups = {cracky = 1},
|
||||
paramtype = "light",
|
||||
drawtype = "nodebox",
|
||||
@ -31,6 +32,7 @@ minetest.register_node(":streets:streetlamp_basic_bottom",{
|
||||
minetest.register_node(":streets:streetlamp_basic_middle",{
|
||||
description = "U cheater U",
|
||||
groups = {cracky = 1, not_in_creative_inventory = 1},
|
||||
tiles = {"streets_lamps_basic_middle.png"},
|
||||
paramtype = "light",
|
||||
drawtype = "nodebox",
|
||||
pointable = false,
|
||||
@ -58,6 +60,7 @@ minetest.register_node(":streets:streetlamp_basic_top_off",{
|
||||
minetest.register_node(":streets:streetlamp_basic_top_on",{
|
||||
description = "U cheater U",
|
||||
groups = {cracky = 1, not_in_creative_inventory = 1},
|
||||
tiles = {"streets_lamps_basic_top_top.png","streets_lamps_basic_top.png"},
|
||||
paramtype = "light",
|
||||
drawtype = "nodebox",
|
||||
pointable = false,
|
||||
|
BIN
streetlamps/textures/streets_lamps_basic_bottom.png
Normal file
BIN
streetlamps/textures/streets_lamps_basic_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
streetlamps/textures/streets_lamps_basic_middle.png
Normal file
BIN
streetlamps/textures/streets_lamps_basic_middle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
streetlamps/textures/streets_lamps_basic_top.png
Normal file
BIN
streetlamps/textures/streets_lamps_basic_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
streetlamps/textures/streets_lamps_basic_top_top.png
Normal file
BIN
streetlamps/textures/streets_lamps_basic_top_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Loading…
x
Reference in New Issue
Block a user