mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-04 16:40:24 +02:00
6 lines
121 B
Lua
6 lines
121 B
Lua
local BASE = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
mesecons_sandbox = {}
|
|
|
|
dofile(BASE .. "/sandbox.lua")
|