Elias Fleckenstein 45aa2516b2 Added settings
2020-07-18 13:20:08 +02:00

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")