diff --git a/simple.lua b/simple.lua index dd5f247..da83ed0 100644 --- a/simple.lua +++ b/simple.lua @@ -75,15 +75,17 @@ end local poles_tab = { -- material name, mod name, node name { "wood", "default", "default:fence_wood" }, + { "junglewood", "default", "default:fence_junglewood" }, { "brass", "homedecor_fences", "homedecor:fence_brass" }, { "wrought_iron", "homedecor_fences", "homedecor:fence_wrought_iron" }, { "steel", "gloopblocks", "gloopblocks:fence_steel" } } local lights_tab = { --- light name, mod name, node name, optional param2 - { "meselamp", "default", "default:meselamp" }, - { "ilight", "ilights", "ilights:light" } +-- light name, mod name, node name, optional param2 + { "meselamp", "default", "default:meselamp" }, + { "ilight", "ilights", "ilights:light" }, + { "glowlight_cube", "homedecor_lighting", "homedecor:glowlight_small_cube" } } for _, pole in ipairs(poles_tab) do diff --git a/textures/simple_streetlights_inv_light_source_glowlight_cube.png b/textures/simple_streetlights_inv_light_source_glowlight_cube.png new file mode 100644 index 0000000..386b6d2 Binary files /dev/null and b/textures/simple_streetlights_inv_light_source_glowlight_cube.png differ diff --git a/textures/simple_streetlights_inv_pole_junglewood.png b/textures/simple_streetlights_inv_pole_junglewood.png new file mode 100644 index 0000000..ccced10 Binary files /dev/null and b/textures/simple_streetlights_inv_pole_junglewood.png differ