MineClone2/mods/HUD/mcl_info
Michieal 8184d4938c Modify init.lua to allow normal player usage.
Changes made:
* Put in new chatcommand /whereami to allow normal players to turn on / off player location coords without needing special privs.
* Made Debug Coords level 2, Player Location level 1, and Off level 0. (Allows turning the location off.)
* Put in nil value check into get_text, to prevent errors caused by definitions accidentally not returning a value.
* Cached pairs, ipairs, and table because the code is called every 0.63 seconds, and it made sense to do so. (Hopefully, will help
  to mitigate the added load on framerate.)
2022-11-27 04:31:24 +01:00
..
locale Add translation 2022-08-23 15:24:56 +00:00
API.md Add API documentation 2022-07-19 11:15:08 +02:00
init.lua Modify init.lua to allow normal player usage. 2022-11-27 04:31:24 +01:00
mod.conf fix mistakes from mcl5 import, clean up output 2022-07-19 11:15:08 +02:00