I think the solution to limited inventory management is to allow shulker boxes to go inside shulker boxes. As a software developer, I know it can be done. I would design it with a "bill of materials" data structure: Higher-Level Container (A) IS a Lower-Level Container (B); Higher-Level Container (A) CAN HAVE 0, 1, or many Lower-Level Containers (Bs). The "many" can top out at 27 as is currently the case. It's a simple but powerful data structure.
Please sign in to leave a comment.
3 Comments