minetest-mm/mods/techpack/safer_lua/init.lua

19 lines
362 B
Lua
Raw Normal View History

2020-11-15 20:25:38 +01:00
--[[
SaferLua [safer_lua]
====================
2020-11-20 19:20:28 +01:00
Copyright (C) 2017-2020 Joachim Stolberg
2020-11-15 20:25:38 +01:00
2020-11-20 19:20:28 +01:00
AGPL v3
2020-11-15 20:25:38 +01:00
See LICENSE.txt for more information
environ.lua:
]]--
safer_lua = {}
dofile(minetest.get_modpath("safer_lua") .. "/data_struct.lua")
dofile(minetest.get_modpath("safer_lua") .. "/scanner.lua")
dofile(minetest.get_modpath("safer_lua") .. "/environ.lua")