An open API service indexing awesome lists of open source software.

https://github.com/shacknetisp/bgml

Beha's General Minetest Library: Useful extensions to the Minetest Lua API.
https://github.com/shacknetisp/bgml

lua minetest minetest-mod mod

Last synced: 2 months ago
JSON representation

Beha's General Minetest Library: Useful extensions to the Minetest Lua API.

Awesome Lists containing this project

README

          

# Beha's General Minetest Library

* A Minetest Extension Library to ease common operations and inter-mod compatbibility.
* Copyright (C) 2017 Beha

## Prominent Features

* Easy per-mod config system.
* Handlers for common geometrical shapes and events such as lines and bounding boxes (includes collision testing).
* Automatic persistent entities with easy on_unload callback.
* Simple and automatic method to recursively load sections of a mod.