mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-24 23:12:35 +01:00
add some extra function to doc
This commit is contained in:
@ -10,3 +10,7 @@ Register damage modifier.
|
||||
* priority: int, define call order of registered functions
|
||||
|
||||
You should make use higher values for important or most used functions.
|
||||
|
||||
## mcl_damage.from_mt(mt_reason)
|
||||
Convert mt damage reason (nil, fall, drown, punch, node_damage) to mc like reason.
|
||||
* mt_reason: table, mt damage reason
|
Reference in New Issue
Block a user