mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 15:23:50 +01: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()
|