cbad65e52b | ||
---|---|---|
Readme.md | ||
class.lua | ||
conf.lua | ||
data.lua | ||
file.lua | ||
func.lua | ||
init.lua | ||
log.lua | ||
minetest.lua | ||
mod.conf | ||
mod.lua | ||
number.lua | ||
player.lua | ||
screenshot.png | ||
table.lua | ||
text.lua | ||
threading.lua | ||
vector.lua |
Readme.md
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: - Settings are loaded from
minetest.conf
and override configuration values