summaryrefslogtreecommitdiff
path: root/mesecons_lightstone
diff options
context:
space:
mode:
authorKyle <kyle.kylina@gmail.com>2012-08-25 01:33:48 -0700
committerKyle <kyle.kylina@gmail.com>2012-08-25 01:33:48 -0700
commitc228861c1f6588556c069369ce7d031f7e5f10f8 (patch)
treed706627a88f795cc5c9bd054bd1d540872223243 /mesecons_lightstone
parent9966017f27e5131deaba5249acf08c7f5599255e (diff)
downloadmesecons-c228861c1f6588556c069369ce7d031f7e5f10f8.tar
mesecons-c228861c1f6588556c069369ce7d031f7e5f10f8.tar.gz
mesecons-c228861c1f6588556c069369ce7d031f7e5f10f8.tar.bz2
mesecons-c228861c1f6588556c069369ce7d031f7e5f10f8.tar.xz
mesecons-c228861c1f6588556c069369ce7d031f7e5f10f8.zip
recipe for blue lightstone from fiber, missing texture
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 ac822fc..fd8b5bf 100644
--- a/mesecons_lightstone/init.lua
+++ b/mesecons_lightstone/init.lua
@@ -39,5 +39,6 @@ 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("blue", "node mesecons_materials:fiber 1", "jeija_lightstone_blue_off.png", "jeija_lightstone_blue_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")