From ed3ab46846cb87daddd4da841128d2c3cfe724be Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sun, 17 Jan 2021 00:38:53 +0100 Subject: [PATCH] Rename files --- init.lua | 4 ++-- custom_recipes.lua => test_custom_recipes.lua | 0 tabs.lua => test_tabs.lua | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename custom_recipes.lua => test_custom_recipes.lua (100%) rename tabs.lua => test_tabs.lua (100%) diff --git a/init.lua b/init.lua index b1c0ef3..55b824a 100644 --- a/init.lua +++ b/init.lua @@ -2852,5 +2852,5 @@ on_leaveplayer(function(player) pdata[name] = nil end) ---dofile(core.get_modpath("i3") .. "/tabs.lua") ---dofile(core.get_modpath("i3") .. "/custom_recipes.lua") +--dofile(core.get_modpath("i3") .. "/test_tabs.lua") +--dofile(core.get_modpath("i3") .. "/test_custom_recipes.lua") diff --git a/custom_recipes.lua b/test_custom_recipes.lua similarity index 100% rename from custom_recipes.lua rename to test_custom_recipes.lua diff --git a/tabs.lua b/test_tabs.lua similarity index 100% rename from tabs.lua rename to test_tabs.lua