home_workshop_modpack/computers/init.lua

7 lines
202 B
Lua

computers = {}
computers.modpath = minetest.get_modpath("computers")
dofile(computers.modpath .. "/old_stuff/init.lua")
dofile(computers.modpath .. "/api.lua")
dofile(computers.modpath .. "/demo.lua")