summaryrefslogtreecommitdiff
path: root/mesecons_lightstone
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2012-03-25 08:15:25 +0200
committerJeija <norrepli@gmail.com>2012-03-25 08:15:25 +0200
commitbaed46dc655c382c1bd64d2f7c1d24823e0d734a (patch)
treed6ba80f20cbf1d8476375f8bf6f4980c71fada9f /mesecons_lightstone
parent9bba4fc380858c1239a0e5b9503f8799b78be818 (diff)
downloadmesecons-baed46dc655c382c1bd64d2f7c1d24823e0d734a.tar
mesecons-baed46dc655c382c1bd64d2f7c1d24823e0d734a.tar.gz
mesecons-baed46dc655c382c1bd64d2f7c1d24823e0d734a.tar.bz2
mesecons-baed46dc655c382c1bd64d2f7c1d24823e0d734a.tar.xz
mesecons-baed46dc655c382c1bd64d2f7c1d24823e0d734a.zip
Fix digging time groups (crackly replaced by cracky)
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 dfaa9c4..863405b 100644
--- a/mesecons_lightstone/init.lua
+++ b/mesecons_lightstone/init.lua
@@ -35,6 +35,7 @@ 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")