3 lines
78 B
Lua
3 lines
78 B
Lua
|
local modpath = minetest.get_modpath("turtle")
|
||
|
dofile(modpath.."/turtle.lua")
|