TL;DR: Between June 4 and July 15, 2026, MC Seed View showed wrong structure positions in several situations. If you visited during that window, tried to find a structure, and found nothing there — you were right, and we're sorry. Everything described below is now fixed, and we rebuilt our verification process so every structure type is checked against Mojang's official game servers, not just estimated.

What was broken

1. Selecting Java 1.21.3 / 1.21.4 / 1.21.5 silently broke the map (June 4 – July 15)

A June 4 update added patch-level version support to our interface, but the compiled world-gen engine that ships alongside it was never rebuilt. Selecting those versions threw an internal error that we didn't surface anywhere — the map simply kept showing the previous seed and version while looking normal. If you switched to your game version and then typed your seed, you were looking at a completely different world without knowing it. This is the bug behind most "nothing is where the map says" reports we received in early July.

2. A ghost stronghold at (0, 0) on every seed

An initialization bug caused a stronghold icon to appear at coordinates 0, 0 on every single seed, right near map center. There is no stronghold there. Anyone who dug for it wasted their time — this had been live since February.

3. Bedrock mode showed Java data for several structure types

Bedrock Edition places structures with different rules than Java. Our Bedrock mode got several of them wrong: jungle temples, witch huts, igloos, pillager outposts, ruined portals, shipwrecks and ocean ruins were placed using incorrect parameters (some straight from Java), strongholds and slime chunks displayed Java positions outright, and buried treasure was missing entirely.

4. Jungle temples and desert temples were over-reported (Java)

Our engine skipped a terrain check the real game performs, so it sometimes showed temples at positions where the game decides not to generate them (roughly 1 in 3 jungle temples was wrong).

How we verified the fix

Estimating world generation with third-party libraries is how every seed-map tool works — but estimates need ground truth. So we built an automated verification harness that generates each world on Mojang's official dedicated servers (Java 1.21.5, 26.1 and 26.2, plus Bedrock Dedicated Server 1.26.33) and compares our map's output against the in-game /locate command:

  • Java: 1,482 structure checks across 5 seeds × 3 game versions
  • Bedrock: 1,605 real structure positions collected via coordinate sweeps, used to derive the exact placement parameters for every structure type

Results, before → after

IssueBeforeAfter
Java 1.21.3–1.21.5 selectionSilently brokenWorks (plus a fail-safe so version errors can never freeze the map again)
Ghost stronghold at (0,0)Every seedEliminated
Bedrock jungle temple / witch hut / igloo0% matched the real game100%
Bedrock pillager outpost0%100%
Bedrock ruined portal / shipwreck / ocean ruins8–36%100%
Bedrock buried treasureNot shown at all100%
Bedrock village89%98%
Java desert temple71%92%
Java jungle temple54%67%, now marked with an approximate badge

What's still approximate (and labeled as such)

  • Java jungle temples carry an badge: the game's terrain-dependent generation can't be fully reproduced outside the game, so about 1 in 3 shown positions may not generate. We show the badge instead of pretending otherwise.
  • Bedrock strongholds are temporarily hidden rather than wrong — Bedrock links strongholds to villages with logic we haven't verified yet. We'll re-enable them when we can verify them.
  • Nether structures on Bedrock are marked approximate; console-based verification isn't possible there yet.

What changes going forward

  • The verification harness now runs against official servers before every world-gen update ships — including the upcoming 26.3 update, which changes world generation significantly.
  • Engine and interface can no longer ship separately (the root cause of issue #1).
  • Our methodology page documents the process, and seed lists like the 26.2 collection are now verified per-coordinate on official servers before publishing.

To the players who took the time to tell us the map was wrong — including the blunt ones: thank you. You were right, and this report exists because of you. If you find anything that doesn't match your world, the feedback box on the main page goes straight to me.

🗺️ Give it another try

Every structure type re-verified against Mojang's official servers — July 15, 2026.

Open MC Seed View →