diff --git a/mods/random_struct/init.lua b/mods/random_struct/init.lua index 95158a866..6c3684f5f 100644 --- a/mods/random_struct/init.lua +++ b/mods/random_struct/init.lua @@ -1,3 +1,7 @@ +-- Temporarily disable this mod because of HORRIBLE bugs +-- TODO: Re-enable this mod +--[===[ + local init = os.clock() random_struct ={} @@ -278,3 +282,6 @@ minetest.register_chatcommand("spawnstruct", { local time_to_load= os.clock() - init print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load)) + +-- TODO: Remove after re-enabling this mod +]===]