bgml/README.md

12 lines
448 B
Markdown
Raw Normal View History

2017-04-07 14:01:09 -07:00
# 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.