mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-04-16 17:00:33 +02:00
Add 6 new lightstone colors (#329)
Cyan, magenta, orange, pink, violet and white.
This commit is contained in:
parent
3ef8ae01e7
commit
954262d016
mesecons_lightstone
init.lua
textures
jeija_lightstone_cyan_off.pngjeija_lightstone_cyan_on.pngjeija_lightstone_magenta_off.pngjeija_lightstone_magenta_on.pngjeija_lightstone_orange_off.pngjeija_lightstone_orange_on.pngjeija_lightstone_pink_off.pngjeija_lightstone_pink_on.pngjeija_lightstone_violet_off.pngjeija_lightstone_violet_on.pngjeija_lightstone_white_off.pngjeija_lightstone_white_on.png
@ -61,3 +61,9 @@ mesecon.lightstone_add("blue", "dye:blue", "jeija_lightstone_blue_off.png", "jei
|
||||
mesecon.lightstone_add("gray", "dye:grey", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png", "Grey Lightstone")
|
||||
mesecon.lightstone_add("darkgray", "dye:dark_grey", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_darkgray_on.png", "Dark Grey Lightstone")
|
||||
mesecon.lightstone_add("yellow", "dye:yellow", "jeija_lightstone_yellow_off.png", "jeija_lightstone_yellow_on.png", "Yellow Lightstone")
|
||||
mesecon.lightstone_add("orange", "dye:orange", "jeija_lightstone_orange_off.png", "jeija_lightstone_orange_on.png", "Orange Lightstone")
|
||||
mesecon.lightstone_add("white", "dye:white", "jeija_lightstone_white_off.png", "jeija_lightstone_white_on.png", "White Lightstone")
|
||||
mesecon.lightstone_add("pink", "dye:pink", "jeija_lightstone_pink_off.png", "jeija_lightstone_pink_on.png", "Pink Lightstone")
|
||||
mesecon.lightstone_add("magenta", "dye:magenta", "jeija_lightstone_magenta_off.png", "jeija_lightstone_magenta_on.png", "Magenta Lightstone")
|
||||
mesecon.lightstone_add("cyan", "dye:cyan", "jeija_lightstone_cyan_off.png", "jeija_lightstone_cyan_on.png", "Cyan Lightstone")
|
||||
mesecon.lightstone_add("violet", "dye:violet", "jeija_lightstone_violet_off.png", "jeija_lightstone_violet_on.png", "Violet Lightstone")
|
||||
|
BIN
mesecons_lightstone/textures/jeija_lightstone_cyan_off.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_cyan_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 443 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_cyan_on.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_cyan_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 663 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_magenta_off.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_magenta_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 387 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_magenta_on.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_magenta_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 633 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_orange_off.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_orange_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 407 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_orange_on.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_orange_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 641 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_pink_off.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_pink_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 349 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_pink_on.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_pink_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 546 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_violet_off.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_violet_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 387 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_violet_on.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_violet_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 633 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_white_off.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_white_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 429 B |
BIN
mesecons_lightstone/textures/jeija_lightstone_white_on.png
Normal file
BIN
mesecons_lightstone/textures/jeija_lightstone_white_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 357 B |
Loading…
x
Reference in New Issue
Block a user