From fa0cf15cd97eaa1527bdd87047d231885ec3428d Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sat, 1 Jun 2013 11:17:38 +0200 Subject: Add yellow lightstone --- mesecons_lightstone/init.lua | 1 + .../textures/jeija_lightstone_yellow_off.png | Bin 0 -> 291 bytes mesecons_textures/textures/jeija_lightstone_yellow_on.png | Bin 0 -> 486 bytes 3 files changed, 1 insertion(+) create mode 100644 mesecons_textures/textures/jeija_lightstone_yellow_off.png create mode 100644 mesecons_textures/textures/jeija_lightstone_yellow_on.png diff --git a/mesecons_lightstone/init.lua b/mesecons_lightstone/init.lua index f21f21c..e208f91 100644 --- a/mesecons_lightstone/init.lua +++ b/mesecons_lightstone/init.lua @@ -39,3 +39,4 @@ mesecon:lightstone_add("green", "default:cactus", "jeija_lightstone_green_off.pn mesecon:lightstone_add("blue", "mesecons_materials:fiber", "jeija_lightstone_blue_off.png", "jeija_lightstone_blue_on.png") mesecon:lightstone_add("gray", "default:cobble", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png") mesecon:lightstone_add("darkgray", "default:gravel", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_darkgray_on.png") +mesecon:lightstone_add("yellow", "default:mese_crystal_fragment", "jeija_lightstone_yellow_off.png", "jeija_lightstone_yellow_on.png") diff --git a/mesecons_textures/textures/jeija_lightstone_yellow_off.png b/mesecons_textures/textures/jeija_lightstone_yellow_off.png new file mode 100644 index 0000000..2e7fed0 Binary files /dev/null and b/mesecons_textures/textures/jeija_lightstone_yellow_off.png differ diff --git a/mesecons_textures/textures/jeija_lightstone_yellow_on.png b/mesecons_textures/textures/jeija_lightstone_yellow_on.png new file mode 100644 index 0000000..8943aca Binary files /dev/null and b/mesecons_textures/textures/jeija_lightstone_yellow_on.png differ -- cgit v1.2.3