What's new in MCDDD

What each release checks, what it fixed, and what it does not check yet.

Back to the validator

26.3.3.1.1 — 24 September 2026: the right copy of an overlaid file

A pack can carry a second copy of a file in an overlay, which the game loads instead of the base copy when the overlay covers the version being played. MCDDD was checking whichever copy it happened to read last, so the same pack could answer differently as a .zip than as a folder, and the copy it checked was often one the game never loads.

It now works out which overlays your declared version actually turns on, and checks the copy the game would load — base first, then each active overlay in the order the pack declares them.

26.3.3.1.0 — 21 September 2026: fewer wrong answers, and it says when it did not check

Every change below was measured on a 70-pack collection before it shipped. The headline is not new checks: it is that several ways the tool could give a wrong answer, or a clean answer for a run that did not finish, are gone.

It no longer passes things it did not check

It no longer reports things that are not wrong

New checks

26.3.2.6.1 — 16 September 2026

26.3.2.6.0 — 15 September 2026: Minecraft 26.3

26.3 is now the default target (data pack format 121, resource pack format 97.1). A pack is still judged at the version it declares, so a 26.2 pack is checked as 26.2.

What 26.3 changed, and what now catches it

A bug this release fixed

Many packs declare only min_format and max_format, with no pack_format. MCDDD read only pack_format, so it judged those packs at its default version instead of the one they declare. Once the default became 26.3, correct 26.2 packs were shown 26.3 problems they do not have. A pack is now judged at the newest release inside the range it declares.

On this page

Both the 26.2 and 26.3 command data now ship, so a pack is checked with the data for the version it declares.

26.2.2.5.x — 31 August to 5 September 2026

26.2.2.4.0 — 30 August 2026

Not checked yet

A clean report means these were not looked at, not that they are fine.