Continuity 3.0.1 ports to 26.3, and this drop needed it

Continuity 3.0.1 went out on 16 September with a one-line changelog: port to Minecraft 26.3. That is the whole release. It is also, for a large slice of the resource pack ecosystem, the release that unblocks everything else.

Why a connected textures mod matters this drop

26.3 added wool and concrete in stairs and slabs across all sixteen colours, plus a complete poplar wood set and a handful of new dappled forest blocks. That is a lot of new flat surface area entering the block palette at once.

Connected textures are what stop a large flat surface from reading as a tiled grid. Without them, a wall of forty concrete blocks shows forty identical squares. With them, it shows one surface. The more building blocks a drop adds, the more the mod matters, and this drop added a lot.

Any pack built on the OptiFine connected textures format needs Continuity to work without OptiFine, which in current versions means essentially all of them.

What Continuity actually does

It implements three OptiFine formats without OptiFine: connected textures, emissive textures for blocks and item models, and custom block layers. Its own specifications are extensions of the OptiFine ones, so pack authors get more features than the original format allowed.

Two resource packs ship inside it. The Default Connected Textures pack does glass, sandstone and bookshelves, matching what OptiFine provided out of the box. The Glass Pane Culling Fix pack removes the faces between vertically stacked glass panes so a tall window reads as one sheet rather than a stack of segments.

That second one is worth turning on even if you never install another pack. Stacked glass panes are one of the most common building elements in the game and one of the most obviously wrong-looking without it.

Resource pack detail on vanilla blocks

Client-side only

Required on the client, unsupported on the server. That is not a limitation, it is the correct design – connected textures are a rendering decision and the server has no opinion about them.

The practical benefit is that you can run it on any server, vanilla included, without asking anyone. The same is true of the packs it enables.

The loader situation

Continuity is a Fabric mod. The Modrinth listing shows Forge, NeoForge and Quilt as well, and those builds contain the same code with extra metadata declaring Connector and Forgified Fabric API as dependencies.

In other words: on NeoForge it works, but through a compatibility layer rather than natively. The author states that an official NeoForge version without Forgified Fabric API is not planned, citing major technical differences between the two APIs.

For NeoForge users that is a stable arrangement rather than a temporary one, but it does mean two extra mods in the folder and two more things that need to update before Continuity can.

Texture continuity between adjacent blocks

Where it sits in the stack

Continuity requires Fabric API and coexists with Sodium, which is the combination most people are actually running. Sodium reached 26.3 on release day, so the rendering path is clear.

The mod sits just under 73 million downloads with over 16,000 followers, which makes it one of the highest-installed client-side mods that most players never think about – it does nothing visible on its own and everything once a pack is added.

Licence is LGPL-3.0, so there are no redistribution restrictions for modpack authors.

If your pack looks wrong after updating

Three things to check in order.

  1. Continuity is on 3.0.1 and Fabric API is current. A mismatched Fabric API is the most common cause of textures silently falling back.
  2. The pack itself has updated for 26.3. A pack that has not added textures for poplar and the new wool stairs will show vanilla textures on those blocks, which looks like Continuity failing when it is not.
  3. Pack load order. Connected texture packs need to sit above the packs they are modifying, and this is where most reports of it not working end up.

Our 26.3 mod support status tracks which client-side mods are ready.

For the packs themselves, the 16x roundup covers which ones use the connected textures format and therefore need this mod at all.

Bottom line

A routine port of an unglamorous mod that a large number of resource packs quietly depend on. If you use any pack more complicated than a retexture, update it before you decide the pack is broken. And if you have never used it, turn on the glass pane culling fix and look at a window – the improvement is free and you do not need anything else installed. Whether more resolution would help beyond that is a separate argument, and mostly a losing one, as the limits of realistic packs covers.

A note for pack authors

Continuity’s specifications are supersets of the OptiFine ones, which means a pack written for OptiFine works here unchanged, and a pack written against Continuity’s extensions will not work under OptiFine. That asymmetry is worth deciding about deliberately rather than discovering later.

The extensions exist for a reason – custom block layers and per-model emissive control are things the original format could not express – but a pack aimed at the widest audience should stay inside the common subset and document anything beyond it.

Documentation for all three specifications lives on the project’s wiki, and it is the reference worth reading before adding connected textures to an existing pack rather than after the first bug report.

Images: RAY’s 3D Rails project gallery.