mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-05 00:50:24 +02:00
Test version
This commit is contained in:
5
mesecons_sandbox/init.lua
Normal file
5
mesecons_sandbox/init.lua
Normal file
@ -0,0 +1,5 @@
|
||||
local BASE = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
mesecons_sandbox = {}
|
||||
|
||||
dofile(BASE .. "/sandbox.lua")
|
Reference in New Issue
Block a user