MineClone2/mods
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
..
CORE Document mcl_events 2022-11-26 17:06:04 +01:00
ENTITIES Make it possible to pick up fish with river water bucket 2022-11-26 22:18:46 +01:00
ENVIRONMENT Raids/raidcaptain: Nil check cmi_cause 2022-11-26 17:06:04 +01:00
HELP update 2022-08-22 21:41:55 +00:00
HUD Modify init.lua to allow normal player usage. 2022-11-27 04:31:24 +01:00
ITEMS Fix node on_rightclick with fishbucket 2022-11-27 04:02:34 +01:00
MAPGEN Add missing EndBarrens biome definition 2022-11-17 06:32:38 +01:00
MISC Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
PLAYER Base mcl_skins templates off old PP skins 2022-11-17 21:52:35 +00:00