From 5f3c4024b84b323e1edf50a79084c7061f665e4e Mon Sep 17 00:00:00 2001 From: Nicholas McDaniel Date: Fri, 22 Nov 2024 10:37:07 -0500 Subject: [PATCH] Add infiniteSky to control-panel registry --- internal/control-panel/registry.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/control-panel/registry.lua b/internal/control-panel/registry.lua index 548057b32..888b2bc5c 100644 --- a/internal/control-panel/registry.lua +++ b/internal/control-panel/registry.lua @@ -49,6 +49,8 @@ COMMANDS_BY_IDX = { desc='Go to the Standing Orders tab in the Labor screen to save your current settings.'}, {command='gui/settings-manager load-work-details', group='automation', mode='run', desc='Go to the Work Details tab in the Labor screen to save your current definitions.'}, + {command='infiniteSky', group='automation', mode='enable', + desc='Enable if you want automatic creation of new sky z-levels.'}, {command='logistics enable autoretrain', group='automation', mode='run', desc='Automatically assign trainers to partially trained livestock so they don\'t revert to wild.'}, {command='nestboxes', group='automation', mode='enable'},