add junglewood poles and homedecor glowlight cube lights
This commit is contained in:
parent
6807cc8ddc
commit
bc496e221e
@ -75,15 +75,17 @@ end
|
|||||||
local poles_tab = {
|
local poles_tab = {
|
||||||
-- material name, mod name, node name
|
-- material name, mod name, node name
|
||||||
{ "wood", "default", "default:fence_wood" },
|
{ "wood", "default", "default:fence_wood" },
|
||||||
|
{ "junglewood", "default", "default:fence_junglewood" },
|
||||||
{ "brass", "homedecor_fences", "homedecor:fence_brass" },
|
{ "brass", "homedecor_fences", "homedecor:fence_brass" },
|
||||||
{ "wrought_iron", "homedecor_fences", "homedecor:fence_wrought_iron" },
|
{ "wrought_iron", "homedecor_fences", "homedecor:fence_wrought_iron" },
|
||||||
{ "steel", "gloopblocks", "gloopblocks:fence_steel" }
|
{ "steel", "gloopblocks", "gloopblocks:fence_steel" }
|
||||||
}
|
}
|
||||||
|
|
||||||
local lights_tab = {
|
local lights_tab = {
|
||||||
-- light name, mod name, node name, optional param2
|
-- light name, mod name, node name, optional param2
|
||||||
{ "meselamp", "default", "default:meselamp" },
|
{ "meselamp", "default", "default:meselamp" },
|
||||||
{ "ilight", "ilights", "ilights:light" }
|
{ "ilight", "ilights", "ilights:light" },
|
||||||
|
{ "glowlight_cube", "homedecor_lighting", "homedecor:glowlight_small_cube" }
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, pole in ipairs(poles_tab) do
|
for _, pole in ipairs(poles_tab) do
|
||||||
|
BIN
textures/simple_streetlights_inv_light_source_glowlight_cube.png
Normal file
BIN
textures/simple_streetlights_inv_light_source_glowlight_cube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 B |
BIN
textures/simple_streetlights_inv_pole_junglewood.png
Normal file
BIN
textures/simple_streetlights_inv_pole_junglewood.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 700 B |
Loading…
x
Reference in New Issue
Block a user