Fix experimental-Bug with latest Git

This commit is contained in:
sfan5 2012-04-02 07:53:08 +02:00
parent 5f947ae340
commit 7d0812a794
2 changed files with 0 additions and 11 deletions

View File

@ -1,2 +1 @@
mesecons
experimental

View File

@ -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", {