Test version

This commit is contained in:
number Zero
2019-01-01 23:10:38 +03:00
parent 737f366741
commit 2190ff6bc0
9 changed files with 412 additions and 0 deletions

View File

@ -0,0 +1,5 @@
local BASE = minetest.get_modpath(minetest.get_current_modname())
mesecons_sandbox = {}
dofile(BASE .. "/sandbox.lua")