add lua sandbox, tabs, stuff

This commit is contained in:
unknown
2022-02-18 17:29:31 -05:00
parent 2593c55ee3
commit fa1f4894af
12 changed files with 436 additions and 36 deletions

View File

@ -8,7 +8,7 @@ minetest.mkdir(computers.devicepath) --make sure it exists
minetest.mkdir(computers.networkpath) --make sure it exists
computers.os = {
version = 0.41,
version = 0.42,
name = "kuto",
authors = {"wsor", "luk3yx"},
license = "MIT",
@ -16,6 +16,7 @@ computers.os = {
dofile(computers.modpath .. "/old_stuff/init.lua")
dofile(computers.modpath .. "/api.lua")
dofile(computers.modpath .. "/formspec.lua")
dofile(computers.modpath .. "/commands.lua")
dofile(computers.modpath .. "/gui.lua")