Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Java Edition 26.2-snapshot-1

From SAS Gaming Wiki
Revision as of 11:20, 9 April 2026 by SyncBot (talk | contribs) (Sync: new page from Minecraft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox version


26.2-snapshot-1 (26.2 Snapshot 1) is the first snapshot for Minecraft:Java Edition 26.2, released on April 7, 2026,<ref>Template:Mcnet</ref> which adds the Minecraft:sulfur caves, Minecraft:sulfur cube, Minecraft:sulfur and Minecraft:cinnabar block sets, and an experimental Vulkan renderer.

Additions

Blocks

File:Cinnabar.png Minecraft:Cinnabar (and its block family)

File:Potent Sulfur.png Minecraft:Potent sulfur

  • Generates naturally in water pools inside the Minecraft:sulfur caves biome.
  • Produces bubbles which rise up to 4 water source blocks above it.
  • When placed underneath up to 4 water source blocks, it generates a cloud of nausea-causing gas on the water surface.
    • This cloud spreads across adjacent water with a maximum radius of 3 blocks.
  • Can be crafted from 9 Minecraft:sulfur blocks.
  • The potent sulfur block can be crafted into 4 sulfur blocks.

File:Sulfur.png Minecraft:Sulfur (and its block family)

Items

File:Bucket of Sulfur Cube JE1 BE1.png Minecraft:Bucket of sulfur cube

File:Sulfur Cube Spawn Egg JE1 BE1.png Minecraft:Sulfur cube spawn egg

Mobs

File:Sulfur Cube JE1.png File:Sulfur Cube JE1.pngMinecraft:Sulfur cube

  • Spawns in the new Minecraft:sulfur caves biome.
  • When a player interacts with it while holding a block, the sulfur cube will absorb the block and disable its AI.
  • With a block inside, a player can also interact with the sulfur cube while holding Minecraft:shears to shear the block.
    • This enables its AI.
  • The sulfur cube will follow a player holding a block it can absorb.
  • The sulfur cube can also look for block items nearby and move towards them to absorb them.
  • When killed, the sulfur cube splits into two smaller sulfur cubes.
  • The small sulfur cube can be tempted and fed with Minecraft:slimeballs to grow them into large sulfur cubes.
  • With a block inside, the sulfur cube will not take any fall or player damage and will become a physical object that players can interact with by punching and pushing.
  • A large sulfur cube can be picked up using an empty Minecraft:bucket.
  • Minecraft:Dispensers can now equip and swap blocks inside a sulfur cube, as well as shear it with shears to remove the block it is holding.
  • Dispensers can spawn a sulfur cube from a Minecraft:bucket of sulfur cube.
  • With a block inside, it will assume one of the archetypes (listed below) and change its physical properties to match the block it absorbs:
    • Each archetype is characterized by the speed of the ball when hit, how bouncy it is when colliding with blocks and collidable entities, as well as its ground friction, air drag and if it floats in liquids
    • There are the following archetypes:
      • Regular: medium speed, medium bounciness, medium ground friction and low air drag.
      • Bouncy: fast speed, high bounciness, medium ground friction and low air drag.
      • Slow Flat: slow speed, low bounciness, medium ground friction and medium air drag.
      • Fast Flat: fast speed, low bounciness, medium ground friction and low air drag.
        • Used when absorbing organic blocks.
      • Light: slow speed, high bounciness, medium ground friction and high air drag.
      • Fast Sliding: fast speed, no bounciness, low ground friction and low air drag.
        • Used when absorbing icy blocks.
      • Slow Sliding: slow speed, no bounciness, low ground friction and low air drag.
        • Used when absorbing shroom blocks.
    • There are also two special archetypes:

World generation

Minecraft:Sulfur caves

Minecraft:Sulfur spring

  • Is a new feature which generates naturally above the sulfur caves biome.
  • Consists of sulfur, potent sulfur and Minecraft:magma blocks.
  • Sulfur springs come in 4 different size variants:
    • Small
    • Medium
    • Large
    • Extra Large

General

Minecraft:Attributes

  • Added Template:Cd
    • Determines how much drag is applied to an entity while in the air.
    • Accepts values between Template:Cd and Template:Cd.
    • Default value: Template:Cd – the entity uses existing drag when moving in the air.
    • Minimum value: Template:Cd – no drag is applied to the entity.
    • Values higher than Template:Cd increase the drag applied to the entity when moving through the air.
  • Added Template:Cd
    • Determines what portion of the velocity is restituted after the entity collides with blocks and collidable entities.
    • When landing on bouncy blocks, like Minecraft:beds and Minecraft:slime blocks, the higher bounciness (of the block or the entity) is applied.
    • Accepts values between Template:Cd and Template:Cd
    • Default value: Template:Cd – no velocity is restituted.
    • Maximum value: Template:Cd – full velocity is restituted, collisions with blocks and collidable entities will have no effect on lowering the velocity.
  • Added Template:Cd
    • Determines how much ground friction is applied to the entity with regards to the block it is on.
    • Accepts values between Template:Cd and Template:Cd
    • Default value: Template:Cd – friction of blocks is not modified.
    • Minimum value: Template:Cd – friction of blocks is reduced to zero.
    • Values higher than Template:Cd increase the friction applied to the entity from the blocks it is on.

Minecraft:Data component format

  • Added Template:Cd
    • Represents the item that is absorbed by the Minecraft:sulfur cube.
    • Format: item that is absorbed by the sulfur cube.
      • e.g. minecraft:sulfur_cube_content=green_wool

Minecraft:Game events

  • Added Template:Cd
    • Emitted when an entity collides with a block or a collidable entity with non-zero bounciness.
    • Has a vibration frequency of 2.

Minecraft:Identifiers

Particles

  • Added Template:Cd
    • Particles showing on a sulfur cube mob when hopping around.

Minecraft:Settings

  • Added "Graphics API" in the video settings.
    • There are three values: Default, Prefer Vulkan and Prefer OpenGL.
      • "Default" is the recommend rendering engine the game will use unless there is issues.
        • Currently, it is the same as "Prefer Vulkan"
      • "Prefer Vulkan" will attempt to render using Vulkan, but fall back to OpenGL if it doesn't work.
      • "Prefer OpenGL" will attempt to render using OpenGL, but fall back to Vulkan if it doesn't work.

Minecraft:Tags

  • Block Tags
    • Added Template:Cd
      • Contains all blocks that suppress the bounciness of entities when colliding with them.
    • Added Template:Cd and Template:Cd blocks collection tags
    • Added Template:Cd
      • Contains blocks that can be broken with shears with speed 15.
    • Added Template:Cd
      • Contains blocks that can be broken with shears with speed 5.
    • Added Template:Cd
      • Contains blocks that can be broken with shears with speed 2.
  • Entity Tags
    • Added Template:Cd for all damage types that sulfur cubes are immune to when having a block absorbed.

Vulkan Support

  • As previously announced, it is intended to switch the game from OpenGL to Vulkan.
  • Vulkan is not supported by older hardware or drivers – OpenGL will be used as a fallback on those cases.
  • The current requirement is Vulkan 1.2 with dynamic rendering and push descriptors, but this requirement may increase or decrease over time.
  • Currently an experimental rendering backend, and may not be as performant or stable.
  • Under Vulkan, it is preferred the player's dedicated graphics card over any integrated graphics, which is a change from OpenGL.
  • The player can see which backend is being used in the F3 debug overlay (in the system_specs section).
  • On macOS, MoltenVK is used to translate Vulkan to Metal.

Changes

Mobs

Minecraft:Hoglin and Minecraft:Zoglin

  • Fixed baby hoglin's and zoglin's left ear texture so it's properly mirrored.

Command format

General

  • When granting or revoking several advancements, the command output will now report how many advancements changed state across all players.
  • When granting or revoking advancements or a criterion on several players, the command output will now report the number of players that any change applied to.

Gameplay

Minecraft:Vibration

  • When an entity bounces off of a block or other collidable entity, it emits a vibration of frequency 2.

General

General

  • Profiling the game with Tracy (launching with Template:Cd) now includes GPU timings.
  • Rendering now uses a reversed depth buffer, which helps with Z-fighting on most hardware.

Minecraft:Attributes

Minecraft:Configured features

  • Template:Cd
    • The fields Template:Cd and Template:Cd in blocks section of feature configuration now also accept an ID and a list of IDs in addition to a tag.
  • Template:Cd
    • The field Template:Cd in the feature configuration now also accepts an ID or a list of IDs in addition to a tag
  • Template:Cd
    • The field Template:Cd in the feature configuration now also accepts an ID and or a list of IDs in addition to a tag.
  • Template:Cd
    • The field replaceable in the feature configuration now also accepts an ID and or a list of IDs in addition to a tag

Minecraft:Data pack

Minecraft:Dimension types

  • The field Template:Cd now also accepts an ID and a list of IDs in addition to a tag.

Minecraft:Resource pack

Minecraft:Shaders

  • The core/rendertype_text, core/rendertype_text_see_through, core/rendertype_text_intensity, core/rendertype_text_intensity_see_through, core/rendertype_text_background, and core/rendertype_text_background_see_through shaders have been replaced by core/text and core/text_background
    • Variants are now controlled by shader defines: IS_GUI, IS_SEE_THROUGH, and IS_GRAYSCALE

Minecraft:Sounds

Structure processors

Minecraft:Tags

Minecraft:Textures

  • Block sprites
    • Added new block textures:
      • block/chiseled_cinnabar.png
      • block/chiseled_sulfur.png
      • block/cinnabar.png
      • block/cinnabar_bricks.png
      • block/polished_cinnabar.png
      • block/polished_sulfur.png
      • block/potent_sulfur.png
      • block/sulfur.png
      • block/sulfur_bricks.png
  • Item sprites
    • Added new Item sprites:
      • item/sulfur_cube_bucket.png
  • Entity textures
    • Added new entity textures:
      • entity/sulfur_cube/sulfur_cube_outer.png
      • entity/sulfur_cube/sulfur_cube_inner.png

Minecraft:World generation

  • Dripstone features
    • Renamed the feature type Template:Cd to Template:Cd
      • Added the field Template:Cd – Block State, describes the block forming the base of the speleothem.
      • Added the field Template:Cd – Block State, describes the block creating the columns of the speleothem.
      • Added the field Template:Cd – Block ID, list of Block IDs, or hash-prefixed Block Tag describing which blocks this feature can generate on.
      • Renamed the field Template:Cd to Template:Cd
    • Renamed the feature type Template:Cd to Template:Cd.
    • Adjusted the feature type Template:Cd.
      • Added the field Template:Cd – Block ID, list of Block IDs, or hash-prefixed Block Tag describing which blocks this feature can generate on.
  • Added the Template:Cd surface rule.
    • Replaces blocks based on the specified noise and gradient list.
    • Format: object with fields:
      • Template:Cd – noise id, the noise to sample.
      • Template:Cd – non-empty list of objects with fields, the list to sample based on the noise value:
        • Template:Cd (optional) – the block state to select at this index.
          • If this field is not defined, the surface rule will not replace any block when sampling this entry.
  • Added the Template:Cd feature type
    • Generates a list of placed features in order. If any feature in the list is not placed, the following features will also be skipped.
    • Format: object with fields:
      • Template:Cd – list of Placed Features or hash-prefixed placed feature tag, the features to generate.
  • Added the Template:Cd feature type
    • Places one template randomly chosen from the given Weighted List of Identifiers. By default, the template will be spawned randomly rotated, centered around the origin.
    • Format: object with fields:
      • Template:Cd – Weighted List of structure template entries. Each structure template entry is composed of an Identifier and a list of rotations to randomly choose from.

Fixes

Template:Fixes

References

Template:Reflist

Navigation

Template:Navbox Java Edition versions

Minecraft:de:26.2-snapshot-1 Minecraft:es:Java Edition 26.2-snapshot-1 Minecraft:fr:Édition Java 26.2-snapshot-1 Minecraft:ja:Java Edition 26.2 Snapshot 1 Minecraft:lzh:爪哇版二六點二之快照一 Minecraft:pt:Edição Java 26.2-snapshot-1 Minecraft:ru:26.2-snapshot-1 (Java Edition) Minecraft:zh:Java版26.2-snapshot-1