mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2024-11-15 23:20:22 +01:00
8 lines
247 B
Lua
8 lines
247 B
Lua
computers = {}
|
|
computers.modpath = minetest.get_modpath("computers")
|
|
|
|
dofile(computers.modpath .. "/old_stuff/init.lua")
|
|
dofile(computers.modpath .. "/formspec.lua")
|
|
dofile(computers.modpath .. "/api.lua")
|
|
dofile(computers.modpath .. "/demo.lua")
|