minetrest-game-rpgtest/mods/default/init.lua~

11 lines
250 B
Lua

default = {}
local modpath = minetest.get_modpath("default")
dofile(modpath.."/player.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/tools.lua")
dofile(modpath.."/craft.lua")
dofile(modpath.."/mapgen.lua")