Go to file
Beha 56d1e8e564 bgml.to_player and bgml.to_player_name 2017-09-21 09:57:11 -04:00
core specific minetest -> generic engine namespace 2017-09-19 10:08:57 -04:00
minetest bgml.to_player and bgml.to_player_name 2017-09-21 09:57:11 -04:00
utils specific minetest -> generic engine namespace 2017-09-19 10:08:57 -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 specific minetest -> generic engine namespace 2017-09-19 10:08:57 -04:00
init.lua specific minetest -> generic engine namespace 2017-09-19 10:08:57 -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.