-- Use this file to initialize variables once after server start and check everything is in place local function run_each_serverstart() yl_template.data = {} --minetest.on_mods_loaded(0.0, yl_template.on_mods_loaded) --minetest.after(0.0, yl_template.after) end run_each_serverstart()