mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-08 10:45:04 +00:00
7 lines
125 B
Lua
7 lines
125 B
Lua
|
domb = {}
|
||
|
|
||
|
--DOM base system library
|
||
|
dofile(minetest.get_modpath("domb").."/domb.lua")
|
||
|
|
||
|
DOM_registra_comandos_de_uso_geral()
|