{ [ "im_inventory_manager" ] = { title = "Inv Manager", category = "Inventory", run = "inventoryManager.lua", }, [ "im_inventory_client" ] = { title = "Inv Display", category = "Inventory", run = "inventoryClient.lua", }, [ "im_crafting_turtle" ] = { title = "Crafting Turtle", category = "Inventory", run = "craftingTurtle.lua", requires = "turtle", }, [ "im_web_bridge" ] = { title = "Inv Web Bridge", category = "Inventory", run = "inventoryWebBridge.lua", }, [ "im_dropper" ] = { title = "Dropper Ctrl", category = "Inventory", run = "dropperController.lua", }, }