home_workshop_modpack/computers/init.lua

8 lines
247 B
Lua
Raw Normal View History

computers = {}
2022-02-12 22:36:11 +01:00
computers.modpath = minetest.get_modpath("computers")
2022-02-12 22:36:11 +01:00
dofile(computers.modpath .. "/old_stuff/init.lua")
2022-02-12 23:13:16 +01:00
dofile(computers.modpath .. "/formspec.lua")
2022-02-13 02:52:12 +01:00
dofile(computers.modpath .. "/gui.lua")
2022-02-12 22:36:11 +01:00
dofile(computers.modpath .. "/demo.lua")