forked from Mirrorlandia_minetest/minetest
Fix typo in lua_api.txt
This commit is contained in:
parent
b93bbfde2c
commit
29522017a3
@ -4859,7 +4859,7 @@ Call these functions only at load time!
|
||||
* Called when an incoming mod channel message is received
|
||||
* You should have joined some channels to receive events.
|
||||
* If message comes from a server mod, `sender` field is an empty string.
|
||||
* `minetest.register_on_liquid_transformed(function(post_list, node_list))`
|
||||
* `minetest.register_on_liquid_transformed(function(pos_list, node_list))`
|
||||
* Called after liquid nodes are modified by the engine's liquid transformation
|
||||
process.
|
||||
* `pos_list` is an array of all modified positions.
|
||||
|
Loading…
Reference in New Issue
Block a user