Download

How do I install this?

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 <worldpath>/config/<modname>.<extension>, the following extensions are supported and loaded (in the given order), with loaded configurations overriding properties of previous ones:
  2. json, the employed dialect allows comments
  3. lua
  4. luon, Lua but without the return
  5. sml
  6. conf
  7. Settings are loaded from minetest.conf and override configuration values

Reviews

Review

Do you recommend this mod?

  • 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.

    0 comments
  • Needed for modding

    As a dumb programmer, I really need this library

    0 comments

Used By