Update incomplete license information and credits

This commit is contained in:
Wuzzy 2020-05-11 17:18:04 +02:00
parent b512e16a7b
commit 1a0e979b0c
14 changed files with 46 additions and 43 deletions

View file

@ -1,11 +1,11 @@
WalkOver
Walkover
--------
Some mode developers have shown an interest in having an on_walk_over event. This is useful for pressure-plates and the like.
Some mode developers have shown an interest in having an `on_walk_over` event. This is useful for pressure-plates and the like.
See this issue - https://github.com/minetest/minetest/issues/247
I have implemented a server_side version in lua using globalstep which people might find useful. Of course this would better implemented via a client-based "on walk over", but it is sufficient for my needs now.
I have implemented a server-side version in Lua using globalstep which people might find useful. Of course this would better implemented via a client-based "on walk over", but it is sufficient for my needs now.
Example Usage
-------------
@ -19,3 +19,6 @@ Example Usage
})
Credits
-------
Mod created by lordfingle, licensed under Apache License 2.0.