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 3

From SAS Gaming Wiki

Template:Infobox version 26.2 Snapshot 3 (known as 26.2-snapshot-3 in the Minecraft:launcher) is the third Minecraft:snapshot for Minecraft:Java Edition 26.2, released on April 14, 2026,<ref>Template:Mcnet</ref> which adds Minecraft:sulfur spikes and fixes bugs.

Additions

Blocks

File:Sulfur Spike Tip (D).png Minecraft:Sulfur spike

  • Generates naturally on Minecraft:sulfur blocks inside the Minecraft:sulfur caves biome.
  • Forms a stalactite if placed on the ceiling or a stalagmite if placed on the floor.
  • Can be combined to form longer stalactites and stalagmites.
  • Stalactites and stalagmites merge if the tips are next to each other, unless placed while Minecraft:crouching.
  • Stalagmites will break if not attached to a support block.
  • Stalactites fall down if not attached to something above.
  • Being hit by a falling stalactite deals damage.
  • Thrown Minecraft:tridents break sulfur spikes.
  • 4 sulfur spikes can be crafted into a Minecraft:sulfur block.

General

Minecraft:Predicates

  • Added Template:Cd entity sub-predicate.
    • This predicate matches entity tags (i.e. ones set with the Template:Cmd command).
    • Fields:
      • Template:Cd - optional list of strings, if present the matched entity must have at least one of the listed tags.
      • Template:Cd - optional list of strings, if present the matched entity must have all the listed tags.
      • Template:Cd - optional list of strings, if present the matched entity must have none of the listed tags.

Tags

Changes

Blocks

Blocks

  • Updated several sulfur and cinnabar block textures.
All Block Texture Changes
Name Old New
Minecraft:Chiseled Cinnabar File:Chiseled Cinnabar JE1 BE1.png File:Chiseled Cinnabar JE2.png
Minecraft:Chiseled Sulfur File:Chiseled Sulfur JE1 BE1.png File:Chiseled Sulfur JE2.png
Minecraft:Cinnabar Bricks File:Cinnabar Bricks JE1 BE1.png File:Cinnabar Bricks JE2.png
Minecraft:Cinnabar Brick Slab File:Cinnabar Brick Slab JE1 BE1.png File:Cinnabar Brick Slab JE2.png
Minecraft:Cinnabar Brick Stairs File:Cinnabar Brick Stairs (N) JE1 BE1.png File:Cinnabar Brick Stairs (N) JE2.png
Minecraft:Cinnabar Brick Wall File:Cinnabar Brick Wall (ewU) JE1.png File:Cinnabar Brick Wall (ewU) JE2.png
Minecraft:Polished Cinnabar File:Polished Cinnabar JE1 BE1.png File:Polished Cinnabar JE2.png
Minecraft:Polished Cinnabar Slab File:Polished Cinnabar Slab JE1 BE1.png File:Polished Cinnabar Slab JE2.png
Minecraft:Polished Cinnabar Stairs File:Polished Cinnabar Stairs (N) JE1 BE1.png File:Polished Cinnabar Stairs (N) JE2.png
Minecraft:Polished Cinnabar Wall File:Polished Cinnabar Wall (ewU) JE1.png File:Polished Cinnabar Wall (ewU) JE2.png
Minecraft:Polished Sulfur File:Polished Sulfur JE1 BE1.png File:Polished Sulfur JE2.png
Minecraft:Polished Sulfur Slab File:Polished Sulfur Slab JE1 BE1.png File:Polished Sulfur Slab JE2.png
Minecraft:Polished Sulfur Stairs File:Polished Sulfur Stairs (N) JE1 BE1.png File:Polished Sulfur Stairs (N) JE2.png
Minecraft:Polished Sulfur Wall File:Polished Sulfur Wall (ewU) JE1.png File:Polished Sulfur Wall (ewU) JE2.png
Minecraft:Sulfur Bricks File:Sulfur Bricks JE1 BE1.png File:Sulfur Bricks JE2.png
Minecraft:Sulfur Brick Slab File:Sulfur Brick Slab JE1 BE1.png File:Sulfur Brick Slab JE2.png
Minecraft:Sulfur Brick Stairs File:Sulfur Brick Stairs (N) JE1 BE1.png File:Sulfur Brick Stairs (N) JE2.png
Minecraft:Sulfur Brick Wall File:Sulfur Brick Wall (ewU) JE1.png File:Sulfur Brick Wall (ewU) JE2.png

Minecraft:Polished sulfur

  • Renamed from "Polished Sulfur Block" to "Polished Sulfur" to match Template:BE.

Minecraft:Potent sulfur

  • No longer crafts back into sulfur blocks.

Mobs

Minecraft:Sulfur cube

General

Minecraft:Block entity data

Minecraft:Data pack

Minecraft:Items model definition

  • The Template:Cd special model type has been removed, now being treated as a normal block.

Minecraft:Predicates

  • The entity predicate format has changed from a structure with multiple optional fields to one similar to data component maps.
    • For example, previously Template:Cd was an optional field:

<syntaxhighlight lang=json> {

   "effects": {...}

} </syntaxhighlight>

  • In this version it has become a component-like sub-predicate entry:

<syntaxhighlight lang=json> {

   "minecraft:effects": {...}

} </syntaxhighlight>

For example: <syntaxhighlight lang=json> {

 "type_specific": {
   "type": "minecraft:player",
   "looking_at": {
     "type": "minecraft:ender_dragon"
   }
 }

} </syntaxhighlight> becomes <syntaxhighlight lang=json> {

 "minecraft:type_specific/player": {
   "looking_at": {
     "minecraft:entity_type": "minecraft:ender_dragon"
   }
 }

} </syntaxhighlight>

Minecraft:Resource pack

Minecraft:Sounds

Tags

Minecraft:Textures

  • Block sprites
    • Added new block textures:
      • block/sulfur_spike_down_base.png
      • block/sulfur_spike_down_frustum.png
      • block/sulfur_spike_down_middle.png
      • block/sulfur_spike_down_tip.png
      • block/sulfur_spike_down_tip_merge.png
      • block/sulfur_spike_up_base.png
      • block/sulfur_spike_up_frustum.png
      • block/sulfur_spike_up_middle.png
      • block/sulfur_spike_up_tip.png
      • block/sulfur_spike_up_tip_merge.png
    • Beds now use block models and textures, replacing Template:Cd with the respective bed's color's name:
      • block/bed_down.png
      • block/bed_head_north.png
      • block/<color>_bed_foot_east.png
      • block/<color>_bed_foot_south.png
      • block/<color>_bed_foot_up.png
      • block/<color>_bed_foot_west.png
      • block/<color>_bed_head_east.png
      • block/<color>_bed_head_up.png
      • block/<color>_bed_head_west.png
  • Item sprites
    • Added new item sprites:
      • item/sulfur_spike.png

Minecraft:World generation

  • Overworld features
    • Adjusted the feature type Template:Cd
      • Added field Template:Cd - block predicate, describes which blocks this feature can be placed on.
      • Added field Template:Cd - block predicate, describes which blocks this feature can replace with air or the provided fluid block.
      • Added field Template:Cd - block predicate, describes which blocks this feature can replace with the provided barrier block.

Fixes

Template:Fixes

Videos

Template:Slicedlime

References

Template:Reflist

Navigation

Template:Navbox Java Edition versions

Minecraft:de:26.2-snapshot-3 Minecraft:es:Java Edition 26.2 Snapshot 3 Minecraft:fr:Édition Java 26.2 Snapshot 3 Minecraft:it:Java Edition 26.2 Snapshot 3 Minecraft:ja:Java Edition 26.2 Snapshot 3 Minecraft:nl:26.2 Snapshot 3 Minecraft:pt:Edição Java 26.2 Snapshot 3 Minecraft:ru:26.2 Snapshot 3 (Java Edition) Minecraft:th:รุ่น Java 26.2 Snapshot 3 Minecraft:zh:Java版26.2-snapshot-3