add demo formspec

This commit is contained in:
unknown
2022-02-12 17:13:16 -05:00
parent f57b1642b9
commit a844c7ec5e
6 changed files with 142 additions and 2 deletions

View File

@ -2,5 +2,6 @@ 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")