
global.pycloud =
    {
        networks =
            {
                *cloud_id_num* = --zero will not be used as it will be the empty default number
                {
                    input_chests =
                        {
                            id_num
                        },
                    output_chests =
                        {
                            id_num
                        },
                    stored_items =
                        {
                            1** name = amount -- store name as key for amount
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9,
                            10 --ten items max per cloud any attempts to insert items after the tenth will just sit in the input chest
                        }
                }
            },
        chests =
            {
                chest_id =
                    {
                        input_output_state = state,
                        cloud_id_num = num,
                        entity = entity
                    }
            }
    }