mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2024-11-18 00:18:20 +01:00
7 lines
202 B
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")
|