From ad612f1caddbe4d315bc29d026be89eee8647afe Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Wed, 20 Apr 2022 16:24:01 +0200 Subject: [PATCH] Initialize by removing everything --- init.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/init.lua b/init.lua index 7c30bbd..bd0543c 100644 --- a/init.lua +++ b/init.lua @@ -19,17 +19,17 @@ yl_template.information.author = "AliasAlreadyTaken" yl_template.information.license = "MIT" yl_template.information.name = "yl_template" yl_template.information.source = "https://gitea.your-land.de/your-land/yl_template" -yl_template.information.additional = "Additional information" +yl_template.information.additional = "This mod glues together all of the others of your flight" -dofile(yl_template.modpath .. "config.lua") -dofile(yl_template.modpath .. "setup.lua") -dofile(yl_template.modpath .. "privs.lua") -dofile(yl_template.modpath .. "internal.lua") -dofile(yl_template.modpath .. "api.lua") -dofile(yl_template.modpath .. "distinct_feature.lua") -dofile(yl_template.modpath .. "overwrite_feature.lua") -dofile(yl_template.modpath .. "globalsteps.lua") -dofile(yl_template.modpath .. "chatcommands.lua") +--dofile(yl_template.modpath .. "config.lua") +--dofile(yl_template.modpath .. "setup.lua") +--dofile(yl_template.modpath .. "privs.lua") +--dofile(yl_template.modpath .. "internal.lua") +--dofile(yl_template.modpath .. "api.lua") +--dofile(yl_template.modpath .. "distinct_feature.lua") +--dofile(yl_template.modpath .. "overwrite_feature.lua") +--dofile(yl_template.modpath .. "globalsteps.lua") +--dofile(yl_template.modpath .. "chatcommands.lua") local mod_end_time = (core.get_us_time() - mod_start_time) / 1000000 core.log("action", "[MOD] yl_template loaded in [" .. mod_end_time .. "s]")