summaryrefslogtreecommitdiff
path: root/mesecons
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2012-06-04 22:20:04 -0400
committerAnthony Zhang <azhang9@gmail.com>2012-06-04 22:20:04 -0400
commit4200757ba3ac7f450a6b51592339aa62af905f0e (patch)
tree178110c383ac9b629c53ffddb745deacde870375 /mesecons
parent95a84dde468f91a112993f8c1379ebca0362d95f (diff)
downloadmesecons-4200757ba3ac7f450a6b51592339aa62af905f0e.tar
mesecons-4200757ba3ac7f450a6b51592339aa62af905f0e.tar.gz
mesecons-4200757ba3ac7f450a6b51592339aa62af905f0e.tar.bz2
mesecons-4200757ba3ac7f450a6b51592339aa62af905f0e.tar.xz
mesecons-4200757ba3ac7f450a6b51592339aa62af905f0e.zip
Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible.
Diffstat (limited to 'mesecons')
-rw-r--r--mesecons/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesecons/init.lua b/mesecons/init.lua
index 8439bea..7450319 100644
--- a/mesecons/init.lua
+++ b/mesecons/init.lua
@@ -42,8 +42,8 @@
--
--
--!! If a receptor node is removed, the circuit should be recalculated. This means you have to
---send an mesecon:receptor_off signal to the api when the function in minetest.register_on_dignode
---is called.
+--send an mesecon:receptor_off signal to the api when the node is dug, using the
+--after_dig_node node property.
--
--EFFECTORS
--