mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-19 00:20:36 +01:00
Fix experimental-Bug with latest Git
This commit is contained in:
parent
5f947ae340
commit
7d0812a794
@ -1,2 +1 @@
|
||||
mesecons
|
||||
experimental
|
||||
|
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user