6 lines
96 B
Lua
6 lines
96 B
Lua
|
|
btu = {}
|
|
|
|
local path = minetest.get_modpath("mobehavior")
|
|
dofile(path.."/scripts/utility.lua")
|