summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2018-08-12 11:04:38 -0500
committercheapie <no-email-for-you@example.com>2018-08-12 11:04:38 -0500
commitfd67612c253376d9c2473ad9878fcbf770dd1173 (patch)
tree61d524175139e1dd064d8b478488307f5aa713a9
parentb37a3d6629e78961df899279c39406d572291905 (diff)
downloadmesecons_display-master.tar
mesecons_display-master.tar.gz
mesecons_display-master.tar.bz2
mesecons_display-master.tar.xz
mesecons_display-master.zip
Add missing lightstone colorsHEADmaster
-rw-r--r--init.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 58d0b71..16344e8 100644
--- a/init.lua
+++ b/init.lua
@@ -40,3 +40,9 @@ morelightstones_add("green", "dye:green", "jeija_lightstone_darkgray_off.png", "
morelightstones_add("blue", "dye:blue", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_blue_on.png")
morelightstones_add("gray", "dye:grey", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_gray_on.png")
morelightstones_add("yellow", "dye:yellow", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_yellow_on.png")
+morelightstones_add("cyan", "dye:cyan", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_cyan_on.png")
+morelightstones_add("magenta", "dye:magenta", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_magenta_on.png")
+morelightstones_add("orange", "dye:orange", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_orange_on.png")
+morelightstones_add("pink", "dye:pink", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_pink_on.png")
+morelightstones_add("violet", "dye:violet", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_violet_on.png")
+morelightstones_add("white", "dye:white", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_white_on.png")