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
- Configuration is loaded from
<worldpath>/config/<modname>.<extension>
, the following extensions are supported and loaded (in the given order), with loaded configurations overriding properties of previous ones: json
, the employed dialect allows commentslua
luon
, Lua but without thereturn
sml
conf
- Settings are loaded from
minetest.conf
and override configuration values
Useful
This library offers a huge variety of things that can be used very easily, vastly simplifying modder's lives and doing so in an efficient manner. I love this library and would 100% recommend to anyone and everyone of any skillset.
Needed for modding
As a dumb programmer, I really need this library