diff options
author | sfan5 <sfan5@live.de> | 2012-02-05 09:23:06 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2012-02-05 09:23:06 +0100 |
commit | 8690d8a07f5d1dc892bf396c36e0e2265685c7a6 (patch) | |
tree | 6e87d5bcc7763c52765143a80f0542e6f624a7e8 /jeija/movestone.lua | |
parent | 592563c5fbfb408b489b83b3da06de5459a97ef3 (diff) | |
parent | f54166af45bf270cd671b3cda3cf693a3865da77 (diff) |
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Diffstat (limited to 'jeija/movestone.lua')
-rw-r--r-- | jeija/movestone.lua | 10 |
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}) |