init.lua 362 B

12345678910111213141516171819
  1. --[[
  2. SaferLua [safer_lua]
  3. ====================
  4. Copyright (C) 2017-2020 Joachim Stolberg
  5. AGPL v3
  6. See LICENSE.txt for more information
  7. environ.lua:
  8. ]]--
  9. safer_lua = {}
  10. dofile(minetest.get_modpath("safer_lua") .. "/data_struct.lua")
  11. dofile(minetest.get_modpath("safer_lua") .. "/scanner.lua")
  12. dofile(minetest.get_modpath("safer_lua") .. "/environ.lua")