A litematic hides its real cost until you expand the recipes
A schematic lists blocks, not materials. Nine blocks of planks is not nine logs, and the gap between the two is where most gathering plans fail.
A .litematic file stores block states, not resources. Paste a build into your world and the Material Calculator's import will tell you it needs, say, a few hundred oak planks — but the number you actually have to chop is smaller, and the number of logs you have to carry is smaller still. Getting from one to the other is the whole job.
Blocks are not materials
Every crafting recipe has a yield. One log becomes four planks. Four planks become one crafting table, one chest, or four sticks. A schematic that reports "chests: 12" is reporting the output of a recipe, and the calculator walks that recipe backwards to the inputs.
This matters most for the blocks people place in bulk:
| Placed block | Raw input |
|---|---|
| Planks | log, at a quarter of the count |
| Sticks | planks, at a quarter of the count |
| Slabs | the full block, at half the count |
| Stairs | the full block, at roughly three quarters |
| Glass panes | glass blocks, at six per sixteen |
The slab and stair rows are the trap. A staircase is not cheaper than the blocks it is cut from — it is the same blocks, cut. Build a decorative stair rail and your stone budget does not drop; it stays flat while the block count falls.
Where the numbers come from
The calculator reads the region file, resolves each palette entry to a block, and then looks up that block's recipe in the loaded recipe set. Recipes that produce more than one item divide the requirement; recipes with alternatives (any plank type, any log type) are reported as a choice rather than a single figure.
If a block has no recipe — naturally generated stone, deepslate, sand — it is reported as itself, because there is nothing to expand.
Java and Bedrock differ here
Recipe yields are the same across editions for the common blocks, but the file formats are not. .litematic is a Litematica (Java, Fabric) format. .schem is WorldEdit, Java. Bedrock's native structure format is .mcstructure, and it is not readable by the Java tooling. If you build on Bedrock and want to plan materials, export through a converter first, or count by hand.
Tracking what you have
The second half of the tool is a checklist. Each raw material gets a gathered count, and the bar fills as you deposit. This is the part that saves real time: the expanded list is usually dominated by one or two materials — stone, planks, glass — and knowing that before you start mining changes how you spend the first hour.
Bring a schematic in and see the expanded list at the Material Calculator.