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 | |
parent | 03d7eb5e98ac2235bbf24b87988f864c364db725 (diff) | |
download | mesecons-fd08158f22f75ea77a61c21370b367fc09c7c354.tar mesecons-fd08158f22f75ea77a61c21370b367fc09c7c354.tar.gz mesecons-fd08158f22f75ea77a61c21370b367fc09c7c354.tar.bz2 mesecons-fd08158f22f75ea77a61c21370b367fc09c7c354.tar.xz mesecons-fd08158f22f75ea77a61c21370b367fc09c7c354.zip |
Added Green(Cactus),Gray(Cobble) and Darkgray(Gravel) Lightstone
-rw-r--r-- | jeija/lightstone.lua | 3 | ||||
-rw-r--r-- | jeija/textures/jeija_lightstone_darkgray_off.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | jeija/textures/jeija_lightstone_darkgray_on.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | jeija/textures/jeija_lightstone_gray_off.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | jeija/textures/jeija_lightstone_gray_on.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | jeija/textures/jeija_lightstone_green_off.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | jeija/textures/jeija_lightstone_green_on.png | bin | 0 -> 174 bytes |
7 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") diff --git a/jeija/textures/jeija_lightstone_darkgray_off.png b/jeija/textures/jeija_lightstone_darkgray_off.png Binary files differnew file mode 100644 index 0000000..0df4a5d --- /dev/null +++ b/jeija/textures/jeija_lightstone_darkgray_off.png diff --git a/jeija/textures/jeija_lightstone_darkgray_on.png b/jeija/textures/jeija_lightstone_darkgray_on.png Binary files differnew file mode 100644 index 0000000..502fad5 --- /dev/null +++ b/jeija/textures/jeija_lightstone_darkgray_on.png diff --git a/jeija/textures/jeija_lightstone_gray_off.png b/jeija/textures/jeija_lightstone_gray_off.png Binary files differnew file mode 100644 index 0000000..576d2cc --- /dev/null +++ b/jeija/textures/jeija_lightstone_gray_off.png diff --git a/jeija/textures/jeija_lightstone_gray_on.png b/jeija/textures/jeija_lightstone_gray_on.png Binary files differnew file mode 100644 index 0000000..8796aef --- /dev/null +++ b/jeija/textures/jeija_lightstone_gray_on.png diff --git a/jeija/textures/jeija_lightstone_green_off.png b/jeija/textures/jeija_lightstone_green_off.png Binary files differnew file mode 100644 index 0000000..263b634 --- /dev/null +++ b/jeija/textures/jeija_lightstone_green_off.png diff --git a/jeija/textures/jeija_lightstone_green_on.png b/jeija/textures/jeija_lightstone_green_on.png Binary files differnew file mode 100644 index 0000000..04110e3 --- /dev/null +++ b/jeija/textures/jeija_lightstone_green_on.png |