forked from Mirrorlandia_minetest/mesecons
Added Green(Cactus),Gray(Cobble) and Darkgray(Gravel) Lightstone
This commit is contained in:
parent
03d7eb5e98
commit
fd08158f22
@ -34,3 +34,6 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on)
|
||||
end
|
||||
|
||||
mesecon:lightstone_add("red", "craft default:clay_brick 1", "jeija_lightstone_red_off.png", "jeija_lightstone_red_on.png")
|
||||
mesecon:lightstone_add("green", "node default:cactus 1", "jeija_lightstone_green_off.png", "jeija_lightstone_green_on.png")
|
||||
mesecon:lightstone_add("gray", "node default:cobble 1", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png")
|
||||
mesecon:lightstone_add("darkgray", "node default:gravel 1", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_darkgray_on.png")
|
||||
|
BIN
jeija/textures/jeija_lightstone_darkgray_off.png
Normal file
BIN
jeija/textures/jeija_lightstone_darkgray_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
BIN
jeija/textures/jeija_lightstone_darkgray_on.png
Normal file
BIN
jeija/textures/jeija_lightstone_darkgray_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
BIN
jeija/textures/jeija_lightstone_gray_off.png
Normal file
BIN
jeija/textures/jeija_lightstone_gray_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
BIN
jeija/textures/jeija_lightstone_gray_on.png
Normal file
BIN
jeija/textures/jeija_lightstone_gray_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
BIN
jeija/textures/jeija_lightstone_green_off.png
Normal file
BIN
jeija/textures/jeija_lightstone_green_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
BIN
jeija/textures/jeija_lightstone_green_on.png
Normal file
BIN
jeija/textures/jeija_lightstone_green_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
Loading…
Reference in New Issue
Block a user