# Modding Library (`modlib`) Multipurpose Minetest Modding Library ## About No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). ## API Mostly self-documenting code. Mod namespace is `modlib` or `_ml`, containing all variables & functions. ## Configuration 1. Configuration is loaded from `/config/.`, the following extensions are supported and will be searched for (in that order): 1. [`json`](https://json.org) 2. [`conf`](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt) 2. Settings are loaded and override configuration values