Resolution = pixels per block face
The texture image dimensions define the resolution.
16x means each block face is a 16×16 px image. 128x uses 128×128 px. That's eight times the linear detail and 64 times the pixel count (16² vs 128²).
This affects three things at once:
・GPU texture bandwidth per frame
・Total pack file size (download time and storage)
・Chunk-rendering cost when you push render distance out
So "prettier" and "heavier" sit on the same dial.16x — vanilla-spec, lightest, the PvP default
This is the same resolution as vanilla Bedrock. It carries the lowest GPU cost and holds 60 FPS even on older devices, last-gen iPads, and Nintendo Switch. Pixel boundaries are crisp. That makes it fast to identify blocks and read enemy silhouettes at a glance.
That "light plus readable" combo is why nearly every PvP player runs
16x. This isn't about losing on visual fidelity. In PvP, frame rate and how fast you read the screen decide outcomes. 16x maximizes both.32x — middle ground, good for survival builders
This doubles the linear detail of 16x. Wood grain and stone variation get a step more interesting without leaving the vanilla look. It suits survival players who want "vanilla but a bit nicer" without committing to HD.
Phones from the last 4–5 years, iPads from the last five years, and PCs from the last five years handle this easily. Older Switches start to need shorter render distance. In PvP the extra detail can actually hurt, since pixel-level reads get less crisp. That makes it a survival-leaning choice.
Draw in your favorite app. Build the Bedrock pack here.
64x — HD, for shader pairings
This sits clearly in HD territory. File sizes inflate sixteen-fold over 16x, and loading times get noticeably longer.
64x only pays off when paired with Bedrock RTX shaders or packs that include detailed normal / MER maps. Without that supporting cast, it's just heavier 32x.
It targets a dGPU PC, or an iPhone 15 Pro / recent iPad Pro tier device. It's not recommended for Switch. It's not appropriate for PvP either. The FPS hit eats the readability benefit, and HD-blurred silhouettes are harder to act on.128x — top-tier, for a dGPU + RTX PC
This is studio-grade detail. Each block face is a 128×128 px image, so one texture eats 64 times the memory of its 16x counterpart. With hundreds of blocks at this density, total pack size lands in the high hundreds of megabytes.
It only makes sense paired with deferred shaders or RTX-on on a dedicated GPU. Phones and Switch can't realistically run it. It sits completely outside the PvP conversation.
Rough platform recommendations
Quick guidelines:
・Nintendo Switch:
16x only. 32x works, but you'll trim render distance. 64x+ stutters.
・iPad / iPhone (last 5 years): 16x–32x. 64x needs an iPad Pro / iPhone 15 Pro tier device.
・Android phones (last 3–4 years): 16x–32x. 64x is device-dependent.
・PC (integrated GPU): 16x–32x. 64x gets heavy.
・PC (GTX 1650 / RTX 3050 or newer): anywhere from 32x to 128x. For PvP, 16x still wins.
・RTX setups: 64x–128x, with shader pairing assumed.Why PvP almost always means 16x
Three reasons.
・Frame rate: in PvP, input-to-render latency decides fights.
16x minimizes texture bandwidth. That lets you push render distance out while holding high FPS.
・Reading speed: 16x pixels are bigger, so your eye distinguishes "what is that block or mob" almost instantly. 64x+ adds texture but softens silhouettes, which slows the read.
・Pack stackability: PvP players often layer specialized packs for crosshair, sword, and HUD. 16x stacks with 16x cleanly. Mixing 16x with 64x in the same scene creates inconsistent visual density that's distracting.Choosing resolution in PackAnvil
The PackAnvil builder gives you a resolution toggle before export:
16x / 32x / 64x / 128x. The default is 16x (PvP-tuned). When you switch, PackAnvil's built-in crosshair / sword / HUD textures upscale to match.
The upscale is nearest-neighbor, so it preserves pixel boundaries. 128x looks like "the same 16x silhouette enlarged eight times", not a smooth HD illustration. That trade-off is intentional. If you want HD-illustrated assets, source them separately. For PvP, 16x is the safe choice and rarely needs changing.