aboutsummaryrefslogtreecommitdiff
path: root/clientmods/mapbot/init.lua
blob: 4b2a73fe4da39872399cb7a4a3a424b44df9eddf (plain)
1
2
3
4
5
6
7
8
9
10
mapbot = {}

local modname = minetest.get_modname()
local modpath = minetest.get_modpath(modname)
mapbot.storage = minetest.get_mod_storage()

dofile(modpath .. "/api.lua")
dofile(modpath .. "/simple_bots.lua")