diff options
author | Jeija <norrepli@gmail.com> | 2012-03-25 08:15:25 +0200 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2012-03-25 08:15:25 +0200 |
commit | baed46dc655c382c1bd64d2f7c1d24823e0d734a (patch) | |
tree | d6ba80f20cbf1d8476375f8bf6f4980c71fada9f | |
parent | 9bba4fc380858c1239a0e5b9503f8799b78be818 (diff) | |
download | mesecons-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)
-rw-r--r-- | mesecons_lightstone/init.lua | 1 | ||||
-rw-r--r-- | mesecons_movestones/init.lua | 1 |
2 files changed, 2 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") diff --git a/mesecons_movestones/init.lua b/mesecons_movestones/init.lua index 8ab106d..f34b2e0 100644 --- a/mesecons_movestones/init.lua +++ b/mesecons_movestones/init.lua @@ -146,6 +146,7 @@ end) + -- STICKY_MOVESTONE minetest.register_node("mesecons_movestones:sticky_movestone", { |