home_workshop_modpack/computers/init.lua
2022-02-12 16:36:11 -05:00

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")