Computertest/init.lua

12 lines
138 B
Lua

local modpath = minetest.get_modpath("computertest")
dofile(modpath.."/TurtleInterface.lua")
dofile(modpath.."/Block/Turtle.lua")