mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +01:00
19 lines
362 B
Lua
19 lines
362 B
Lua
--[[
|
|
|
|
SaferLua [safer_lua]
|
|
====================
|
|
|
|
Copyright (C) 2017-2020 Joachim Stolberg
|
|
|
|
AGPL v3
|
|
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") |