- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 166
 
Description
Is your feature request related to a problem? Please describe.
If the storage is a grid, there is no convenient way to implement this in the storage section.
Describe the solution you'd like
When adding a new element to storage, it would be possible to specify that this element is a grid, specify the size in cells, perhaps in the format R[number]C[number] for clarity of position. Or it would be possible to specify a separate row element and a separate column element, and combine them into a single storage type. And all this is so that in the future it will be possible to select a specific cell or, for example, a range of cells from among those created for this storage element.
Describe alternatives you've considered
I was thinking about making 10+ rows and each row having 10+ cells, but that doesn't seem like the smartest idea.
Additional context
I recently discovered this project and plan to use it in my home workshop with Gridfinity organizers. These are simply containers that can be stacked on top of each other and on a basic grid.