mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-09 17:51:05 +01:00
6 lines
125 B
Lua
6 lines
125 B
Lua
domb = {}
|
|
|
|
--DOM base system library
|
|
dofile(minetest.get_modpath("domb").."/domb.lua")
|
|
|
|
DOM_registra_comandos_de_uso_geral()
|