Skip to content
Tool Corner Articles
Gaming · 4 min read

Stacks, shulkers and chests: sizing a Minecraft build order

The hard part of a big build is not placing the blocks, it is arriving with enough of them. And every inventory question in Minecraft reduces to the same division: 64 blocks to a stack. Once you can move between blocks, stacks and containers in your head, a build order stops being three trips.

Written and reviewed by Jogeswar, MSc, PMP — Tool CornerChecked against the sources listed at the end of this article

The container ladder

A shulker box holds 27 slots. A double chest holds 54. Fill every slot with a stackable block and that is:

1 stack = 64 blocks. 1 shulker box = 27 × 64 = 1,728 blocks. 1 double chest = 54 × 64 = 3,456 blocks — exactly two shulkers' worth, which is the relationship worth memorising.

A shulker of shulkers is the trick that makes long-distance hauling work: 27 filled boxes inside one box is 46,656 blocks in a single inventory slot. That is more cobblestone than most projects will ever need.

Floors are the easy case

A flat area is just length × width. A 20 × 20 platform is 400 blocks — 6 stacks and 16 over. Which means seven slots, and a single shulker covers four such platforms with room to spare.

Walls are the same arithmetic in a different plane: perimeter × height. Where people go wrong is the hollow cuboid, where you cannot just subtract the inside from the outside without double-counting the edges. The build material calculator handles floors, walls, hollow walls, rooms and solid cuboids and reports every result in blocks, stacks, shulkers and double chests at once.

Fixed-cost builds: know the number, do not estimate it

Some structures have exact, non-negotiable costs. A beacon pyramid is the one people consistently under-mine for:

Tier 1 — 9 blocks. Tier 2 — 34. Tier 3 — 83. Tier 4 — 164.

Those are cumulative totals, not per-layer additions, and a full tier-4 pyramid is therefore 2 stacks and 36 blocks of a single material. In iron that is 164 blocks × 9 ingots = 1,476 ingots. Set out for that with "about two stacks" in mind and you will be 36 blocks short at the top layer, which is the most annoying place to run out. The beacon calculator gives blocks, ingots and stacks per tier for all five materials.

Curves do not divide neatly

Circles and spheres have no closed form you can do on a napkin — the block count depends on the fill rule, and a 21-block-diameter circle is not simply πr² rounded. Generate the shape first, read the count off it, then convert to stacks. The circle generator and sphere generator both report totals in blocks and stacks alongside the grid.

Add a margin, but a small one

Unlike real materials, blocks are not consumed by cutting waste, and a misplaced block can be mined back. So the sensible margin is small — a stack or two against miscounting and the occasional creeper — not the 10-15% a builder would allow. The full table of stack sizes, container capacities and fixed build costs is on the gaming reference.

What does not stack, and why it matters for hauling

The 64-per-stack rule has exceptions that wreck a tidy inventory plan. Ender pearls, snowballs, signs, buckets of anything and eggs stack to 16; tools, weapons, armour, potions, boats, minecarts and beds do not stack at all. A shulker box therefore holds 1,728 cobblestone but only 27 pickaxes, and a double chest of unstackables is 54 items rather than 3,456.

For a long build trip the practical consequence is that the bulky part of the load is rarely the blocks — it is the spares. One shulker of tools, torches and food covers most journeys; the rest of the inventory can then be given over to material, where the stack maths actually applies. Work the block totals out with the build material calculator before packing, so the number of shulkers is a decision rather than a guess made at the chest.

Counting in shulkers, not blocks

Once a build passes a few thousand blocks, stacks stop being the useful unit. A shulker box is 27 slots, so a full box of a stackable item is 1,728 — and that single number converts most build totals into something you can carry in one trip. A 20,000-block project is roughly twelve full boxes, which is more than an inventory holds, so it is a two-trip build or a build with a supply chest on site.

The same conversion tells you when gathering is the bottleneck rather than building. Twelve boxes of stone is a long quarry session; twelve boxes of a crafted block is that plus the crafting. Planning in boxes rather than blocks makes the size of a project obvious before you start it, which is usually the difference between a finished build and an abandoned one.

Common questions

How many items fit in a shulker box?

A shulker holds 27 slots, so 1,728 of a normal stackable item at 64 per slot. Items that stack to 16, such as eggs and signs, give 432, and unstackable items give 27.

How many stacks are in a double chest?

A double chest is 54 slots, so 3,456 items at 64 per slot — exactly two shulkers’ worth. This is why builders count in shulkers rather than stacks for anything large.

Why does the game show quantities in stacks?

Because inventory space, not item count, is the real constraint on a build. Knowing you need 14 stacks tells you how much of your inventory a trip consumes; knowing you need 896 blocks does not.

Calculators from this article

Every tool referenced above, in one place.

Minecraft Build Material Calculator
Blocks, stacks and shulkers for any build
Minecraft Beacon Calculator
Pyramid blocks, range and powers by tier
Minecraft Circle Generator
Pixel circle and oval charts with block counts
Try it yourself
Last updated