From f542dc5011cbb57e56fa488a4a1ceedf038447ef Mon Sep 17 00:00:00 2001 From: DoogMitt <34732618+DooGith@users.noreply.github.com> Date: Fri, 15 Jun 2018 15:59:05 -0800 Subject: [PATCH] Step 4 A bit of continuity for the colour "grey" --- mesecons_lightstone/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesecons_lightstone/init.lua b/mesecons_lightstone/init.lua index 4e56ba2..cd05bb8 100644 --- a/mesecons_lightstone/init.lua +++ b/mesecons_lightstone/init.lua @@ -62,8 +62,8 @@ end mesecon.lightstone_add("red", "dye:red", "jeija_lightstone_red_off.png", "jeija_lightstone_red_on.png", "Red Lightstone") mesecon.lightstone_add("green", "dye:green", "jeija_lightstone_green_off.png", "jeija_lightstone_green_on.png", "Green Lightstone") mesecon.lightstone_add("blue", "dye:blue", "jeija_lightstone_blue_off.png", "jeija_lightstone_blue_on.png", "Blue Lightstone") -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("grey", "dye:grey", "jeija_lightstone_grey_off.png", "jeija_lightstone_grey_on.png", "Grey Lightstone") +mesecon.lightstone_add("darkgrey", "dye:dark_grey", "jeija_lightstone_darkgrey_off.png", "jeija_lightstone_darkgrey_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")