4 lines
74 B
Lua
4 lines
74 B
Lua
|
|
||
|
local path = minetest.get_modpath("mobs_m")
|
||
|
|
||
|
dofile(path.."/aquatic.lua")
|