diff options
author | sfan5 <sfan5@live.de> | 2012-04-02 07:53:08 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2012-04-02 07:55:20 +0200 |
commit | 7d0812a794f94a69577b77f3f71e19a1257e5405 (patch) | |
tree | fb42f5e5206609f27f0c04198ad4fa87080d4ed5 | |
parent | 5f947ae3401f3c1553a2acde95e1731fb804d856 (diff) | |
download | mesecons-7d0812a794f94a69577b77f3f71e19a1257e5405.tar mesecons-7d0812a794f94a69577b77f3f71e19a1257e5405.tar.gz mesecons-7d0812a794f94a69577b77f3f71e19a1257e5405.tar.bz2 mesecons-7d0812a794f94a69577b77f3f71e19a1257e5405.tar.xz mesecons-7d0812a794f94a69577b77f3f71e19a1257e5405.zip |
Fix experimental-Bug with latest Git
-rw-r--r-- | mesecons_random/depends.txt | 1 | ||||
-rw-r--r-- | mesecons_random/init.lua | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/mesecons_random/depends.txt b/mesecons_random/depends.txt index 0aa5cc3..acaa924 100644 --- a/mesecons_random/depends.txt +++ b/mesecons_random/depends.txt @@ -1,2 +1 @@ mesecons -experimental diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua index ce3a391..2ef3af1 100644 --- a/mesecons_random/init.lua +++ b/mesecons_random/init.lua @@ -1,13 +1,3 @@ ---Launch TNT - -mesecon:register_on_signal_on(function(pos, node) - if node.name=="experimental:tnt" then - minetest.env:remove_node(pos) - minetest.env:add_entity(pos, "experimental:tnt") - nodeupdate(pos) - end -end) - -- REMOVE_STONE minetest.register_node("mesecons_random:removestone", { |