Skip to content

Commit

Permalink
Clarify that register_decoration()'s return is not used in gennotify.
Browse files Browse the repository at this point in the history
  • Loading branch information
linewriter1024 committed Jul 25, 2019
1 parent ecd20de commit ee1a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3759,7 +3759,7 @@ Call these functions only at load time!
`name` from `minetest.registered_biomes`.
* `minetest.register_decoration(decoration definition)`
* Returns an integer uniquely identifying the registered decoration on
success.
success. This integer is not the decoration ID used in gennotify.
* The order of decoration registrations determines the order of decoration
generation.
* `minetest.register_schematic(schematic definition)`
Expand Down

0 comments on commit ee1a3aa

Please sign in to comment.