Go to file
Beha f3778468fa Relicense under the MIT. 2017-09-17 13:21:11 -04:00
core Add entity management. 2017-04-06 22:30:31 -04:00
minetest License 2017-04-07 17:01:09 -04:00
utils Round in line.passedi 2017-04-07 17:29:13 -04:00
API.md License 2017-04-07 17:01:09 -04:00
LICENSE Relicense under the MIT. 2017-09-17 13:21:11 -04:00
README.md Relicense under the MIT. 2017-09-17 13:21:11 -04:00
defaults.lua License 2017-04-07 17:01:09 -04:00
init.lua Add a cube table, general cleanups and organization. 2017-04-06 19:48:26 -04:00

README.md

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.