Three tools. One workflow. This guide shows you how to combine BlockBlueprint, WorldEdit, and Litematica to go from a photo on your phone to a finished Minecraft pixel art build — in the fastest way possible, whether you are in creative or survival mode.
The Two Paths — Creative vs Survival
The tool combination you use depends on your game mode:
- ▸Creative mode or server with WorldEdit: Use //paste for instant automated placement. Done in seconds.
- ▸Survival mode or server without WorldEdit: Use Litematica as a ghost overlay and place blocks manually with the guide.
- ▸Both mods installed: Use WorldEdit to paste the structure, then Litematica to verify and fix any placement issues.
Step 1 — Generate Your Blueprint on BlockBlueprint
- 1.Go to image2minecraft.com/app and upload your image
- 2.Choose your width — 64 blocks for a quick build, 128 or 256 for an impressive wall piece
- 3.Select your palette — Concrete for bold art, Terracotta for portraits, All Blocks for maximum realism
- 4.Enable Floyd-Steinberg dithering if your image has gradients or skin tones (Pro feature)
- 5.Click Generate Blueprint and review the preview
- 6.Download the .schem file (Pro) for WorldEdit paste, or the PNG blueprint for manual reference
- 7.Also download the Shopping List TXT — you will need exact block counts for survival
Tip
Generate at two resolutions and compare. A 64×64 build uses 4,096 blocks and takes an afternoon. A 128×128 build uses 16,384 blocks and takes a weekend. Know what you are committing to before gathering materials.
Step 2A — Creative Mode: Paste With WorldEdit
This is the fastest path. Once WorldEdit is installed and your .schem file is in .minecraft/config/worldedit/schematics/:
- 1.Join your world in creative mode
- 2.Stand at the exact position where you want the bottom-left corner of your pixel art
- 3.Type //schem load <your-filename> (without the .schem extension)
- 4.Type //paste -a to paste without filling air — your surroundings stay intact
- 5.Step back and admire the result
- 6.If placement is wrong, type //undo and try again from a different position
The //paste -a flag (ignore air) is critical for pixel art. Without it, the paste will fill a solid rectangular box around your art with air blocks, potentially clearing nearby builds.
Step 2B — Survival Mode: Guide the Build With Litematica
With Litematica installed, your .schem file becomes a live overlay in your world:
- 1.Copy the .schem file to .minecraft/schematics/
- 2.In game, press M to open Litematica
- 3.Load your schematic and create a placement at your build location
- 4.Enable Ghost rendering — you will see a transparent version of your pixel art hovering in the world
- 5.Switch to Layer Mode and lock to your build height (Y level)
- 6.Gather all materials from your shopping list before starting
- 7.Work row by row across the layer — the ghost shows exactly which block goes where
- 8.Periodically switch to Verifier mode: green blocks are correct, yellow are missing, red are wrong
Tip
Sort your hotbar by the most common colours in the current row. For most pixel art, the top 4 colours in any given row account for 80% of blocks placed. Switching hotbar slots is faster than opening inventory mid-row.
Step 3 — Verify With Litematica Verifier Mode
Even if you used WorldEdit to paste, run Litematica's Verifier mode afterward. Paste operations occasionally place incorrect blocks due to version differences in block state handling. The verifier shows a clean colour-coded map of any issues:
- ▸Green — correct block, no action needed
- ▸Yellow — block is missing (air where there should be a block)
- ▸Red — wrong block type placed
- ▸Walk through red and yellow areas and fix them manually
Advanced Tips for Large Builds
- ▸Build on a flat platform first — pixel art on a wall is easier than on the ground because you can see it from a distance
- ▸Use the block count from your shopping list to pre-sort materials into labelled shulker boxes before starting
- ▸For survival builds over 128×128, gather materials over multiple sessions before placing a single block
- ▸Build a viewing platform 30-50 blocks away at the same height as the centre of your art — this is the ideal viewing distance
- ▸Use WorldEdit's //copy and //flip commands to mirror or rotate your pasted build if the orientation is wrong
- ▸Take a screenshot at full resolution when done — pixel art looks best at distance with a long focal length
Recommended Mod Stack
For the best Minecraft building experience, install all of these together on Fabric:
- ▸Fabric Loader — the mod loader itself
- ▸Fabric API — required by almost every Fabric mod
- ▸WorldEdit (Fabric) — instant schematic paste and selection tools
- ▸Litematica + Malilib — ghost overlay and block verifier
- ▸Mod Menu — adds a Mods button to the main screen for easy version checking
- ▸Sodium — dramatically improves render performance, especially helpful when Litematica renders large ghost overlays
The complete workflow: BlockBlueprint generates the .schem → WorldEdit pastes it instantly → Litematica verifies every block is correct. What used to take days of planning now takes minutes.