summaryrefslogtreecommitdiff
path: root/jeija/movestone.lua
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2012-02-05 09:23:06 +0100
committersfan5 <sfan5@live.de>2012-02-05 09:23:06 +0100
commit8690d8a07f5d1dc892bf396c36e0e2265685c7a6 (patch)
tree6e87d5bcc7763c52765143a80f0542e6f624a7e8 /jeija/movestone.lua
parent592563c5fbfb408b489b83b3da06de5459a97ef3 (diff)
parentf54166af45bf270cd671b3cda3cf693a3865da77 (diff)
downloadmesecons-8690d8a07f5d1dc892bf396c36e0e2265685c7a6.tar
mesecons-8690d8a07f5d1dc892bf396c36e0e2265685c7a6.tar.gz
mesecons-8690d8a07f5d1dc892bf396c36e0e2265685c7a6.tar.bz2
mesecons-8690d8a07f5d1dc892bf396c36e0e2265685c7a6.tar.xz
mesecons-8690d8a07f5d1dc892bf396c36e0e2265685c7a6.zip
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Diffstat (limited to 'jeija/movestone.lua')
-rw-r--r--jeija/movestone.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/jeija/movestone.lua b/jeija/movestone.lua
index ec0cd9a..6831979 100644
--- a/jeija/movestone.lua
+++ b/jeija/movestone.lua
@@ -254,16 +254,6 @@ minetest.register_entity("jeija:sticky_movestone_entity", {
end
})
-minetest.register_craft({
- output = '"jeija:sticky_movestone" 2',
- recipe = {
- {'"default:stone"', '"default:stone"', '"default:stone"'},
- {'"jeija:mesecon_off"', '"jeija:mesecon_off"', '"default:tree"'},
- {'"default:stone"', '"default:stone"', '"default:stone"'},
- }
-})
-
-
mesecon:register_on_signal_on(function (pos, node)
if node.name=="jeija:sticky_movestone" then
local direction=jeija_get_movestone_direction({x=pos.x, y=pos.y, z=pos.z})