mvp terminal

This commit is contained in:
unknown
2022-02-12 20:52:12 -05:00
parent 1397b08bcb
commit d0a4ace94e
3 changed files with 84 additions and 42 deletions

View File

@ -3,5 +3,5 @@ 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 .. "/gui.lua")
dofile(computers.modpath .. "/demo.lua")