1
0
Fork 0

Add backwards compatibility functions

main 1.1.0
Bram van den Heuvel 2024-09-13 03:25:47 +02:00
parent db95803e7b
commit 46f8e0af78
1 changed files with 6 additions and 0 deletions

View File

@ -436,6 +436,12 @@ end
-------------------------------------------------------------------------------
dripstone = {
-- DEPRECATED: will be removed in next major version
add_droplet_catcher = internal.register_droplet_catcher,
-- DEPRECATED: will be removed in next major version
add_droplet_source = internal.register_droplet_source,
-- Register a node that can catch a droplet from a dripstone stalactite.
register_catcher = internal.register_droplet_catcher,