Modular Multipurpose Minetest Modding Library
Go to file
2020-06-02 23:07:33 +02:00
class.lua rolling-9 2020-03-23 20:20:43 +01:00
conf.lua Large configuration improvements, text helpers 2020-06-02 23:07:33 +02:00
data.lua Structure overhaul 2020-02-09 01:39:54 +01:00
file.lua Structure overhaul 2020-02-09 01:39:54 +01:00
func.lua rolling-9 2020-03-23 20:20:43 +01:00
init.lua Large configuration improvements, text helpers 2020-06-02 23:07:33 +02:00
log.lua rolling-8 2020-03-13 18:13:45 +01:00
minetest.lua rolling-9 2020-03-23 20:20:43 +01:00
mod.conf Large configuration improvements, text helpers 2020-06-02 23:07:33 +02:00
mod.lua rolling-9 2020-03-23 20:20:43 +01:00
number.lua rolling-16 2020-04-21 15:14:27 +02:00
player.lua rolling-6 2020-02-25 20:47:42 +01:00
Readme.md Large configuration improvements, text helpers 2020-06-02 23:07:33 +02:00
screenshot.png Large configuration improvements, text helpers 2020-06-02 23:07:33 +02:00
table.lua rolling-14 2020-04-05 13:14:05 +02:00
text.lua Large configuration improvements, text helpers 2020-06-02 23:07:33 +02:00
threading.lua Structure overhaul 2020-02-09 01:39:54 +01: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 will be searched for (in that order):
    1. json
    2. conf
  2. Settings are loaded and override configuration values