diff options
author | sfan5 <sfan5@live.de> | 2012-01-09 17:57:11 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2012-01-09 17:57:11 +0100 |
commit | fd08158f22f75ea77a61c21370b367fc09c7c354 (patch) | |
tree | 280fe8e3ac81b554de0050ca74ad169abb062b0b /jeija/lightstone.lua | |
parent | 03d7eb5e98ac2235bbf24b87988f864c364db725 (diff) |
Added Green(Cactus),Gray(Cobble) and Darkgray(Gravel) Lightstone
Diffstat (limited to 'jeija/lightstone.lua')
-rw-r--r-- | jeija/lightstone.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jeija/lightstone.lua b/jeija/lightstone.lua index 6c1deaf..a5d2583 100644 --- a/jeija/lightstone.lua +++ b/jeija/lightstone.lua @@ -34,3 +34,6 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on) end mesecon:lightstone_add("red", "craft default:clay_brick 1", "jeija_lightstone_red_off.png", "jeija_lightstone_red_on.png") +mesecon:lightstone_add("green", "node default:cactus 1", "jeija_lightstone_green_off.png", "jeija_lightstone_green_on.png") +mesecon:lightstone_add("gray", "node default:cobble 1", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png") +mesecon:lightstone_add("darkgray", "node default:gravel 1", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_darkgray_on.png") |