1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-21 12:10:18 +02:00
server-nalc/mods/mff/mff_classic/init.lua
2016-08-20 21:19:10 +02:00

14 lines
333 B
Lua

local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
local thismod = {}
_G[modname] = thismod
dofile(modpath .. '/aliases.lua')
dofile(modpath .. '/abms.lua')
dofile(modpath .. '/biomes.lua')
dofile(modpath .. '/mapgen.lua')
dofile(modpath .. '/nodes.lua')
dofile(modpath .. '/trees.lua')