mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +02:00
Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible.
This commit is contained in:
@ -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
|
||||
--
|
||||
|
Reference in New Issue
Block a user