reformat node file structure

This commit is contained in:
unknown
2022-02-20 22:36:46 -05:00
parent 1f28124569
commit fc7c0ff095
7 changed files with 13 additions and 15 deletions

View File

@ -14,12 +14,12 @@ computers.os = {
license = "MIT",
}
dofile(computers.modpath .. "/old_stuff/init.lua")
dofile(computers.modpath .. "/api.lua")
dofile(computers.modpath .. "/networks.lua")
dofile(computers.modpath .. "/formspec.lua")
dofile(computers.modpath .. "/commands.lua")
dofile(computers.modpath .. "/gui.lua")
dofile(computers.modpath .. "/nodes/init.lua")
dofile(computers.modpath .. "/demo.lua")
dofile(computers.modpath .. "/tetris.lua")