summaryrefslogtreecommitdiff
path: root/mesecons_lightstone
diff options
context:
space:
mode:
authorSfan5 <sfan5@live.de>2013-06-01 11:17:38 +0200
committerSfan5 <sfan5@live.de>2013-06-01 11:17:38 +0200
commitfa0cf15cd97eaa1527bdd87047d231885ec3428d (patch)
tree353fd4b3c20753f7c04eb426f08936d1c51d25c2 /mesecons_lightstone
parent8be0d0e1d975ef93b38918f19b36b58b5c873b07 (diff)
downloadmesecons-fa0cf15cd97eaa1527bdd87047d231885ec3428d.tar
mesecons-fa0cf15cd97eaa1527bdd87047d231885ec3428d.tar.gz
mesecons-fa0cf15cd97eaa1527bdd87047d231885ec3428d.tar.bz2
mesecons-fa0cf15cd97eaa1527bdd87047d231885ec3428d.tar.xz
mesecons-fa0cf15cd97eaa1527bdd87047d231885ec3428d.zip
Add yellow lightstone
Diffstat (limited to 'mesecons_lightstone')
-rw-r--r--mesecons_lightstone/init.lua1
1 files changed, 1 insertions, 0 deletions
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")