11 lines
213 B
Lua
11 lines
213 B
Lua
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")
|
|
|
|
|