mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-05 07:03:46 +01:00
19 lines
359 B
Lua
19 lines
359 B
Lua
--[[
|
|
|
|
SaferLua [safer_lua]
|
|
====================
|
|
|
|
Copyright (C) 2018 Joachim Stolberg
|
|
|
|
LGPLv2.1+
|
|
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") |