mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-09 01:31:06 +01:00
16 lines
442 B
Lua
16 lines
442 B
Lua
|
--[[
|
||
|
DOM, renew of the watch mod
|
||
|
|
||
|
Original from Echo, here: http://forum.minetest.net/viewtopic.php?id=3795
|
||
|
]]--
|
||
|
|
||
|
|
||
|
--Rotinas usadas pelo mod
|
||
|
dofile(minetest.get_modpath("watch").."/rotinas.lua")
|
||
|
|
||
|
--Declarações dos objetos
|
||
|
dofile(minetest.get_modpath("watch").."/itens.lua")
|
||
|
|
||
|
-- Apenas para indicar que este módulo foi completamente carregado.
|
||
|
DOM_mb(minetest.get_current_modname(),minetest.get_modpath(minetest.get_current_modname()))
|