Minecraft Snapshot 26.3: Better | Analysis by Brian Moineau

TL;DR

  • Minecraft 26.3 Snapshot 2 adds an order-independent transparency (OIT) rendering mode that fixes years of glass/water sorting bugs across stained glass, water, and particles, and points to a broader Java renderer refresh. [1][5]
  • Under-the-hood updates—Data Pack v109.0, Resource Pack v90.0, and a new block_transformer component—expand creator power for servers and mapmakers without Java mods, with concrete hooks for sounds, particles, and loot. [1]
  • Vulkan remains experimental and pink-screens on macOS in this build; Mojang is clearly testing a multi-backend path, but OpenGL stays the practical default in 26.2–26.3-era snapshots. [1][2][4]

What the source said

Minecraft 26.3 Snapshot 2 introduces an “Improved Transparency” option that enables order-independent transparency to resolve long-standing translucency issues like viewing entities through stained glass or water. Mojang flags higher performance cost and lists known issues, including a macOS Vulkan pink screen and incorrect entity lighting. [1]

Gameplay tweaks include throttled wandering AI for distant persistent mobs, shields overriding hoe/shovel use on right-click, and Drowned with Tridents switching to melee within three blocks. Technical changes bump Data Pack to v109.0, Resource Pack to v90.0, add a block_transformer data component, and default the server white-list to true; Mojang also credits community contributors for the OIT work. [1]

Why it matters

For players, OIT cleans up daily visual papercuts around slimes, glass panes, particles, nameplates, and water—pain points visible in every stained-glass build and guardian farm. The “higher performance impact” warning means trade-offs on mid-tier GPUs (think GTX 1650 or RX 580), so this path favors correctness over maximum fps in layered scenes. For creators, the pack bumps and block_transformer enable tool-based block transformations and puzzle mechanics in pure data, removing the need for server-side plugins on private realms. [1]

For Mojang and Microsoft, this advances a modern, multi-backend renderer on Java Edition. Vulkan entered snapshots in 26.2 as experimental, and Mojang restored OpenGL as default in a later 26.2 build to stabilize testing cadence; the macOS pink-screen note in 26.3 shows the work-in-progress nature of that backend. The goal is clear: future-proof Java’s graphics pipeline without regressing gameplay. [1][3][4]

Original analysis

Framing: Why Minecraft 26.3 Snapshot 2 matters beyond pretty glass

Consensus take: “OIT is a nice visual upgrade; wake me when we get a new dimension.”
Contrarian read: OIT is the canary for a multi-year Java renderer refit aligned with Vulkan experiments, replacing fragile depth-sorted hacks with an algorithmic approach that fixes slime occlusion, shulker bullets, wind charges, beacon beams, and boat water fill artifacts seen through glass. That simplification sets up later features like volumetric layers and complex particles by reducing transparency-specific technical debt in the core pipeline. [1][5]

Back-of-envelope performance math

  • Frame budget math: 60 fps equals about 1000 ms / 60 ≈ 16.7 ms per frame.
  • Scenario estimate: if OIT adds 2–4 ms in heavy-translucency scenes (Mojang only says “higher performance impact”), the budget becomes ~18.7–20.7 ms, or roughly 53–48 fps in those moments; correctness improves, and you can still toggle OIT off. [1]

This isn’t a blanket penalty; in typical overworld views without stacked glass/water, timings should stay near pre-OIT paths, while aquariums, mangrove lagoons, and stained-glass megabases will cost more but finally render right. Expect shader and resource pack authors to publish per-scene deltas as they profile v90.0 changes over the next snapshot or two. [1]

Historical analogue: 2018’s “Flattening” (Java 1.13) and what it predicts

In 2018, Java 1.13’s “Flattening” replaced numeric IDs with namespaced data and overhauled commands, resources, and packs, which briefly broke tooling but enabled the data-driven era that followed. Similarly, v109.0 (data) and v90.0 (resources) plus block_transformer in 26.3 Snapshot 2 form new scaffolding: items can transform blocks with rule-based state providers, sounds, particles, and loot strategies—no mixins or Forge/Fabric required. If history rhymes, short-term refactors buy long-term velocity for creators. [1][7]

Named-stakeholder breakdown

  • Mojang Java Team: OIT removes entire classes of “transparent things disappear” bugs and lowers maintenance complexity; Vulkan work continues behind a guarded “experimental” flag. [1][3][4]
  • Community modders (Rubén Osorio López, Jozufozu): Their transparency research now lives in vanilla, tightening the loop between popular mod techniques and first-party rendering constraints. [1]
  • Shader/resource pack authors: Resource Pack v90.0 and shader define shifts imply refactors; Mojang cautions that overriding Core Shaders remains unsupported and may break as OIT evolves. [1]
  • Server operators: The white-list defaults to true, improving safety but adding onboarding friction for public hubs; expect panel vendors to surface a toggle promptly. [1]
  • Apple/macOS players: Vulkan on Mac currently pink-screens in this snapshot; stick with OpenGL until Mojang or MoltenVK updates clear the known issue. [1]

A simple 2×2: Where OIT helps the most

  • High translucency density + Cinematic builders: Maximum benefit in aquariums and stained-glass cathedrals seen in Hermitcraft-scale showcases.
  • High translucency density + PvP/PvE: Medium benefit; correctness helps visibility, but fps headroom is tight on competitive Java servers like Hypixel UHC.
  • Low translucency density + Cinematic builders: Low-to-medium benefit; correctness pays off in ReplayMod timelapses and thumbnails.
  • Low translucency density + Survival casuals: Minimal benefit; consider leaving OIT off on older GPUs such as the GTX 1050 Ti.

Versioning context matters

Mojang switched to calendar versioning for 2026, making 26.3 the third drop of the year rather than a monolithic “1.22-sized” release. That cadence explains why foundational tech like OIT, Vulkan backend toggles, and pack-format revisions can headline a drop without a marquee biome or dimension. It also sets expectations: more frequent, lower-risk platform layers that compound over quarters. [7]

What others are missing

The quiet headline is block_transformer in Data Pack v109.0, which lets items transform blocks using data-defined state providers, sounds, particles, loot, and drop strategies. Think hoe-to-path, axe-to-strip, brush-to-reveal—then extend it to custom adventure mechanics and progression gates that feel native on vanilla servers. For mapmakers and educators, this means shipping puzzle logic to Realms with a zip instead of managing plugins. Coverage focused on OIT’s visuals is skipping the creator workflow win that lands the moment v109.0 hits public servers. [1]

What to watch next

  1. By August 31, 2026, Mojang will either resolve the macOS Vulkan pink-screen or keep Vulkan disabled-by-default on Mac in testing builds; pre-releases will show a fix or a clear fallback. [1][3]
  2. By the 26.3 release candidate window (no later than October 2026), OIT remains opt-in via “Improved Transparency,” not default, with Mojang positioning it as a quality-first toggle for higher-end GPUs. [1]
  3. Within two weeks of 26.3’s stable launch, at least three major shader/resource packs publish OIT-compatible updates or guidance referencing Resource Pack v90.0 or shader define changes. [1]

My take

Minecraft 26.3 Snapshot 2 is the unsexy work that keeps a 300‑million‑copy series vibrant in 2026. OIT fixes everyday eyesores, and the pack-format plus block_transformer upgrades push real power to creators—the engine of Java Edition’s longevity. Vulkan hiccups on macOS are the price of modernization; stick to OpenGL on Macs until the pink-screen note clears. If you build worlds, test OIT; if you run servers, prep panels for the white-list default; if you ship packs, budget shader-define time as you did during 1.13’s 2018 churn. [1][6][7]

Sources

  1. Minecraft 26.3 Snapshot 2 — Minecraft (https://www.minecraft.net/en-us/article/minecraft-26-3-snapshot-2) — Official patch notes: OIT option, performance trade-offs, gameplay tweaks, pack version bumps, Mac Vulkan issue, server white-list default, and credited contributors.

  2. Minecraft 26.3 Snapshot 1 — Minecraft (https://www.minecraft.net/en-us/article/minecraft-26-3-snapshot-1) — Confirms the Dappled Forest biome, Poplar trees, Abandoned Camps, and wool stairs/slabs framing the 26.3 content arc.

  3. Minecraft Java Edition — 26.2 Snapshot 1 — Minecraft Feedback (https://feedback.minecraft.net/hc/en-us/articles/44898619266317-Minecraft-Java-Edition-26-2-Snapshot-1) — Documents Vulkan entering Java snapshots as an experimental backend.

  4. Minecraft 26.2 Snapshot 8 — Minecraft (https://www.minecraft.net/en-us/article/minecraft-26-2-snapshot-8) — Notes OpenGL restored as default with Vulkan remaining experimental, signaling a cautious rollout.

  5. Order-independent transparency — Wikipedia (https://en.wikipedia.org/wiki/Order-independent_transparency) — Technical background on OIT methods and why they avoid per-triangle sorting.

  6. Minecraft is the first videogame ever to sell more than 300 million copies — PC Gamer (https://www.pcgamer.com/minecraft-is-the-first-videogame-ever-to-sell-more-than-300-million-copies/) — Sales milestone context with reporting on Mojang’s scale.

  7. Development of Minecraft: Java Edition — Wikipedia (https://en.wikipedia.org/wiki/Development_of_Minecraft%3A_Java_Edition) — Documents 2011 Java release timing, 2018 1.13 “Flattening,” and Mojang’s switch to calendar versioning for 2026.




Related update: We recently published an article that expands on this topic: read the latest post.

iOS 27 Voice Control Signals Smarter Siri | Analysis by Brian Moineau

TL;DR

  • Apple’s 2019 launch of Voice Control in iOS 13 and macOS Catalina, plus 2020’s Screen Recognition in iOS 14, shows the OS can map visible UI to actions—exactly the substrate a more agentic Siri needs. [1][2]
  • Bloomberg reported in March 2024 that Apple discussed bringing Google’s Gemini to iPhone features, implying any “smarter Siri” will blend on‑device work with cloud assist that defines cost and latency trade‑offs. [4]
  • The real moat isn’t a chatbot veneer; it’s Apple’s OS‑level semantic map—accessibility labels in UIKit/SwiftUI and the App Intents framework, introduced at WWDC22—turning taps into addressable actions rivals can’t replicate on iOS. [3][9]

What the source said

Bloomberg’s March 2024 report by Mark Gurman said Apple and Google discussed integrating Gemini into iPhone AI features, including potential Siri enhancements; the piece framed this as complementary to Apple’s on‑device stack, not a replacement. [4]

Apple itself shipped two relevant building blocks years earlier: Voice Control arrived on June 3, 2019 with iOS 13/macOS Catalina as a system‑wide voice interface, and Screen Recognition landed in 2020 with iOS 14 to infer element structure when developers didn’t supply labels. [1][2]

Apple’s developer materials from June 2022 added App Intents, binding app entities and actions into a structured model that Siri, Shortcuts, and Spotlight can call—an explicit signal that per‑app automation would move from ad hoc to first‑class. [3]

MacRumors coverage in 2024 also highlighted a planned Siri redesign with a chat interface and more on‑device processing in iOS 18, aligning with the trajectory implied by Apple’s accessibility and intents investments. [6]

Why it matters

Accessibility users benefit first because robust “what’s on my screen?” interaction reduces mode errors and cognitive load in daily tasks on iPhones and iPads running Voice Control since 2019. [1]

For developers, semantics decide who wins: clear accessibility labels and App Intents make actions discoverable and routable, whereas missing traits push the system into brittle heuristics that feel broken. [3][9]

If cloud assist enters the loop, economics join reliability: every extra round‑trip to Gemini or a peer model adds dollars and milliseconds, shaping which Siri features scale to millions of daily requests. [4][5]

Historically, Apple’s platform wins—Automator in 2005 on Mac OS X 10.4 Tiger and the 2017 Workflow acquisition that became Shortcuts—came from making automation an OS primitive, not a bolt‑on. [8][10]

Original analysis

Apple’s accessibility stack is the agentic scaffold

Consensus says “Siri just needs a bigger LLM.” That’s a half‑truth. The strategic shift is Apple baking an OS‑level semantic model of the UI—via 2019 Voice Control, 2020 Screen Recognition, and 2022 App Intents—so an agent can reference what’s visible and act deterministically. [1][2][3]

Voice Control’s heritage (number overlays, element targeting) and Screen Recognition’s inferred labels imply Apple already maps pixels to selectors when developers fall short, which is the quiet superpower for third‑party apps. [1][2]

Historically analogous moves include Automator in 2005 creating action chains on the Mac and Shortcuts’ rise after the 2017 Workflow acquisition, which normalized user‑authored automations across iOS by 2018. [8][10]

The contrarian read: a “chatty” Siri matters less than a boringly reliable action layer; once taps become addresses, any competent model can orchestrate them, and Apple’s review‑enforced semantics keep that layer consistent. [3][9]

Back‑of‑envelope: the Gemini bill for “Siri that actually does stuff”

Assume Apple blends on‑device parsing with selective cloud calls, per Bloomberg’s 2024 reporting on Gemini talks. [4]

Working from publicly cited Gemini API prices: roughly $1.25 per 1M input tokens for 1.5 Pro and $0.075 per 1M for 1.5 Flash; output tokens often run 3–5× input cost, per industry summaries. These are proxies; Apple’s deal will differ. [5]

Scenario math (assumptions stated and shown):

  • Users: 1,000,000 people/day invoking agentic Siri twice (2,000,000 invocations/day).
  • Tokens per invocation: 3,000 input + 500 output (moderate, multi‑step task).
  • Input tokens/day: 2,000,000 × 3,000 = 6,000,000,000 → 6,000 “million‑token” units → 6,000 × $1.25 ≈ $7,500/day (if Pro‑class input). [5]
  • Output tokens/day: 2,000,000 × 500 = 1,000,000,000 → 1,000 units → if output costs 3× input rate, ≈ $3.75 per 1M → ~$3,750/day. [5]
  • Total: ≈ $11,250/day per 1M daily users → ≈ $4.1M/year; scale linearly to 50M daily users and you reach ≈ $205M/year.

Even with Flash‑tier calls, prompt compression, or on‑device summarization, a popular feature risks nine‑figure OpEx, which makes reliability and scope control first‑order product decisions, not polish. [5]

Named‑stakeholder breakdown (what this means for them)

  • Apple
    • The moat is the OS action layer: accessibility semantics plus App Intents shipped at WWDC22. Ship reliability and you minimize cloud fallbacks; miss, and token burn rises alongside latency. [3][5]
  • Google Cloud
    • A Gemini deal would bring sustained “agent minutes” rather than spiky chatbot traffic; Apple will optimize prompts to cut token counts, squeezing margins unless value‑based pricing emerges. [4][5]
  • Third‑party app developers
    • Accessibility labels, traits, and intents become growth levers; if Siri can’t find your “Add to cart” or “Post comment” intent, your competitor wins the invocation in Spotlight or Shortcuts. [3][9]
  • Regulators in the U.S. and EU
    • A brokered Siri that can route to multiple assistants (as reported) defuses “default” concerns under regimes like the DMA while keeping Apple in control of entry points. Watch how third‑party models access intents. [4]
  • Accessibility community
    • Immediate, concrete benefits accrue on devices from 2019 onward that run Voice Control; this cohort will surface edge cases (fatigue, dexterity, noisy rooms) that harden the on‑screen model. [1]

2×2: How Apple could roll out an agentic Siri

  • Axis 1: Execution locus (On‑device vs. Cloud‑assist).
  • Axis 2: Entry point (Accessibility‑first vs. Mainstream‑first).

Quadrants:

  • On‑device × Accessibility‑first: Voice Control (iOS 13, 2019) and Screen Recognition (iOS 14, 2020) deliver fast, private, deterministic targeting. [1][2]
  • Cloud‑assist × Accessibility‑first: When on‑device parsing fails, server‑side vision or ASR can backstop captioning and descriptions; Apple has shipped hybrid approaches in media apps.
  • On‑device × Mainstream‑first: App Intents‑driven Shortcuts and Spotlight actions (WWDC22 onward) cover quick local tasks with typed or spoken triggers. [3]
  • Cloud‑assist × Mainstream‑first: A “Siri agent” that reasons across apps with selective Gemini calls, as discussed in 2024 reporting, likely launches with usage caps and clear disclosure. [4][6]

The bet: start in the top‑left where Apple’s silicon and privacy story shine, then expand diagonally as reliability and unit economics improve. [1][2][5]

What others are missing

Coverage often fixates on a chat UI and model brand, but the plumbing matters more: Apple is turning accessibility metadata—labels, traits, and hints—plus App Intents domains into a de facto automation DSL that any compliant app inherits. [3][9]

Because Screen Recognition can infer structure when labels are missing, the system gains resilience across older apps, while review guidelines nudge new apps to expose entities and actions cleanly. That architecture removes the need for one‑off bot integrations and makes Siri’s competence scale with conformance. [2][9]

What to watch next

  1. By June 8, 2026: Apple demos Siri completing a multi‑step task across at least two third‑party apps in one request during the WWDC keynote, and explicitly marks the feature “beta” on a slide or in a footnote.

  2. By June 12, 2026: Apple posts WWDC sessions and docs expanding App Intents domains to cover at least one new commerce or social action category, verifiable in Developer Documentation change logs.

  3. By December 31, 2026: Natural‑language Voice Control expands beyond English to at least one additional language/locale listed on Apple’s public support matrices.

My take

Apple picked the right hill. “Agentic Siri” won’t be won by the cleverest model voice—it will be won by the OS that turns any pixel into a reliable action, the way Automator did for Mac tasks in 2005 and Shortcuts did for iOS workflows after 2017. [8][10]

If Apple ships a ruthlessly reliable action layer grounded in 2019–2022 primitives and adds cloud assist only where needed, Gemini becomes an accelerant, not a crutch—and Siri starts feeling like iOS itself waking up. [1][2][3][4]

Sources

  1. Apple Newsroom — “Apple introduces Voice Control in macOS Catalina and iOS 13” (June 3, 2019) — Establishes system‑wide Voice Control origins and scope across Apple platforms.

  2. Apple Developer Documentation — “Screen Recognition” (iOS 14, 2020) — Details on‑device inference that identifies UI elements when accessibility labels are missing.

  3. Apple Developer — “App Intents” (WWDC22 session and docs, June 2022) — Explains the framework linking app entities/actions to Siri, Shortcuts, and Spotlight.

  4. Bloomberg — “Apple in Talks With Google to Bring Gemini AI to iPhone” by Mark Gurman (March 2024) — Reports discussions that frame potential cloud assist for Siri.

  5. TechTarget — “Google Gemini pricing and models explained” (2024) — Provides indicative token pricing for Gemini 1.5 Pro and 1.5 Flash used in cost estimates.

  6. MacRumors — “iOS 18 to Feature Revamped Siri With On‑Device AI” (2024) — Summarizes expected Siri redesign and greater on‑device processing.

  7. Apple Newsroom — “Apple announces WWDC24 for June 10–14” (March 26, 2024) — Confirms Apple’s June WWDC cadence used for dating predictions.

  8. Wikipedia — “Automator (software)” (first released with Mac OS X 10.4 Tiger in 2005) — Historical analogue for OS‑level automation on the Mac.

  9. Apple Human Interface Guidelines — “Accessibility” (ongoing) — Documents labels, traits, and patterns that form the semantic substrate for automation.

  10. The Verge — “Apple acquires Workflow, the iOS automation app” (March 2017) — Context for Shortcuts’ lineage and Apple’s automation strategy.




Related update: We recently published an article that expands on this topic: read the latest post.