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.
- Host: GitHub
- URL: https://github.com/shacknetisp/bgml
- Owner: shacknetisp
- License: mit
- Created: 2017-04-07T21:17:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T13:57:26.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T15:15:59.886Z (about 1 year ago)
- Topics: lua, minetest, minetest-mod, mod
- Language: Lua
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.