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