2020-09-22 19:18:47 +02:00
2020-03-23 20:20:43 +01:00
2020-02-09 01:39:54 +01:00
2020-02-09 01:39:54 +01:00
2020-03-23 20:20:43 +01:00
2020-09-22 19:18:47 +02:00
2020-03-13 18:13:45 +01:00
2020-03-23 20:20:43 +01:00
2020-04-21 15:14:27 +02:00
2020-09-22 19:18:47 +02:00
2020-02-09 01:39:54 +01:00
2020-09-22 19:14:21 +02:00

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:
    1. json
    2. lua
    3. luon, Lua but without the return
    4. conf
  2. Settings are loaded from minetest.conf and override configuration values
Description
Modular Multipurpose Minetest Modding Library
Readme 769 KiB
Languages
Lua 100%