• 欢迎加入MineBBS QQ讨论群:点击查看所有的官方讨论群
  • 我们将于近期对服务器进行迁移,服务可能中断至多2日。请各位安排好自己的访问计划,造成不便敬请谅解!
  • MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】

更新报告 Minecraft Java版 26.2 Snapshot 3 发布

包含Minecraft Java版与基岩版的更新内容报告。不包含版本预告。
|Minecraft Java 版是指 Windows、Mac OS 与 Linux 平台上,使用 Java 语言开发的 Minecraft 版本。
|每周快照是 Minecraft Java 版的测试机制,主要用于下一个正式版的特性预览。
|然而,每周快照主要用于新特性展示,通常存在大量漏洞。因此对于普通玩家建议仅做测试尝鲜用。在快照中打开存档前请务必进行备份适用于正式版的 Mod 不兼容快照,且大多数 Mod 都不对每周快照提供支持
|Minecraft Java 版 26.2 仍未发布,26.2 Snapshot 3 为其第 3 个快照。
|本文内容按照 CC BY-NC-SA 4.0 协议进行授权,转载本帖时须注明原作者以及本帖地址

26.2-snapshot-3%201170x500.jpg


NEWS
[/center]

Minecraft 26.2 Snapshot 3
Minecraft 26.2 Snapshot 3
A Minecraft Java Snapshot
Minecraft Java版 快照

We are back again with a third snapshot for 26.2, today we are bringing you sulfur spikes to test out! These sharp blocks grow in sulfur caves, adding a colorful, pointy touch to your builds! But watch out -falling sulfur spikes sure pack a puncture!
我们又一次回来了,还带着26.2的第三个快照,今天我们将为您带来 sulfur spikes 供您测试!这些尖锐的方块生长在硫磺洞穴中,为您的建筑增添一抹多彩而尖锐的点缀!但要小心——掉落的 sulfur spikes 确实能造成穿刺伤害!

Happy Mining!
挖矿快乐!


NEW FEATURES
新特性


SULFUR SPIKE
SULFUR SPIKE

  • Is a new block that generates naturally on Sulfur blocks inside the 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 & stalagmites
  • 可以组合形成更长的钟乳石和石笋
  • Stalactites and stalagmites merge if the tips are next to each other, unless you press shift while placing
  • 当钟乳石和石笋的末端相邻时,它们会连接起来,除非你在放置时按住 Shift 键
  • Stalagmites will break if they're not attached to something below
  • 石笋若未与下方方块连接则会被破坏
  • Stalactites fall down if not attached to something above
  • 钟乳石若未附着于上方方块上则会掉落
  • Being hit by a falling stalactite hurts, and they are sharp!
  • 被坠落的钟乳石击中会很痛,它们非常锋利!
  • Thrown Tridents break Sulfur Spike
  • 投掷的三叉戟会破坏 Sulfur Spike

CHANGES
更改

  • The Potent Sulfur block no longer crafts back into Sulfur blocks
  • 烈性硫黄不再能合成为硫黄
  • Updated the textures for the following blocks:
  • 更新了以下方块的纹理:
    • Chiseled Cinnabar
    • 雕纹朱砂
    • Chiseled Sulfur
    • 雕纹硫磺
    • Cinnabar
    • 朱砂
    • Cinnabar Bricks
    • 朱砂砖
    • Polished Cinnabar
    • 磨制朱砂
    • Polished Sulfur
    • 磨制硫黄
    • Sulfur Bricks
    • 硫黄砖

SULFUR CUBE MOB
SULFUR CUBE 生物

  • Can no longer be picked up by Boats
  • 不再能上船

SOUNDS
音效

  • Updated sounds for Nautilus jets and Nautilus recovers
  • 更新了鹦鹉螺冲撞和冲撞冷却结束的音效

TECHNICAL CHANGES
技术性改动

  • The Data Pack version is now 102.0
  • 将数据包版本号更改为 102.0
  • The Resource Pack version is now 86.0
  • 将资源包版本号更改为 86.0

DATA PACK VERSION 102.0
数据包版本 102.0


BLOCK ENTITY DATA
方块实体数据

  • The minecraft:bed block entity has been removed
  • 移除了 minecraft:bed 方块实体

PREDICATES
谓词


ENTITY PREDICATES
实体谓词

Entity predicate format has changed from a structure with multiple optional fields to one similar to data component maps.
实体谓词格式已从包含多个可选字段的结构,变更为与数据组件映射相似的格式。

For example, previously effects was an optional field:
例如,之前 effects 是一个可选字段:

代码:
{
    "effects": {...}
}
In this version it has become a component-like sub-predicate entry:
在此版本中,它已变为类似组件的子谓词条目:

代码:
{
    "minecraft:effects": {...}
}
The main functional changes are:
主要更改:

  • All keys in entity predicates are now identifiers
  • 实体谓词中的所有键名现在都是命名空间 ID
    • Since identifiers can be written without namespace (default to minecraft namespace), existing field names are still valid
    • 由于命名空间 ID 可以不写命名空间(默认为 minecraft),现有的字段名仍然有效
    • Exception: field type has been renamed to minecraft:entity_type
    • 例外:字段 type 重命名为 minecraft:entity_type
  • Unrecognized sub-predicate components are now rejected (previously unknown fields were ignored)
  • 现在会拒绝无法识别的子谓词组件(之前未知字段会被忽略)
Existing type-specific sub-predicates have been renamed and moved to top-level.
Existing type-specific sub-predicates have been renamed and moved to top-level。

  • minecraft:lightning to minecraft:type_specific/lightning
  • minecraft:lightningminecraft:type_specific/lightning
  • minecraft:fishing_hook to minecraft:type_specific/fishing_hook
  • minecraft:fishing_hook 重命名为 minecraft:type_specific/fishing_hook
  • minecraft:player to minecraft:type_specific/player
  • minecraft:playerminecraft:type_specific/player
  • minecraft:raider to minecraft:type_specific/raider
  • minecraft:raiderminecraft:type_specific/raider
  • minecraft:sheep to minecraft:type_specific/sheep
  • minecraft:sheepminecraft:type_specific/sheep
  • minecraft:slime to minecraft:cube_mob as it now includes Sulfur Cubes in addition to Slimes and Magma Cubes
  • minecraft:slime 重命名为 minecraft:cube_mob,因为它现在除了史莱姆和岩浆怪之外还包含 Sulfur Cubes
For example:
例如:

代码:
{
  "type_specific": {
    "type": "minecraft:player",
    "looking_at": {
      "type": "minecraft:ender_dragon"
    }
  }
}
becomes
becomes

代码:
{
  "minecraft:type_specific/player": {
    "looking_at": {
      "minecraft:type": "minecraft:ender_dragon"
    }
  }
}

ADDED MINECRAFT:ENTITY_TAGS ENTITY SUB-PREDICATE
加入了 MINECRAFT:ENTITY_TAGS 实体子谓词

This predicate matches entity tags (i.e. ones set with the /tag command).
此谓词匹配实体标签(即通过 /tag 命令设置的标签)。

Fields:
字段:

  • any_of - optional list of strings, if present the matched entity must have at least one of the listed tags
  • any_of - 可选的字符串列表,如果存在,则匹配的实体必须至少拥有列出的标签之一
  • all_of - optional list of strings, if present the matched entity must have all the listed tags
  • all_of - 可选的字符串列表,如果存在,则匹配的实体必须拥有所有列出的标签
  • none_of - optional list of strings, if present the matched entity must have none of the listed tags
  • none_of - 可选的字符串列表,如果存在,则匹配的实体不拥有任何列出的标签

WORLD GENERATION
世界生成


OVERWORLD FEATURES
主世界地物

  • Adjusted Feature Type lake
  • 更改了地物 lake
    • Added field can_place_feature - Block Predicate, describes which blocks this feature can be placed on
    • 添加了字段 can_place_feature - 方块谓词,描述此地物可以放置在哪些方块上
    • Added field can_replace_with_air_or_fluid - Block Predicate, describes which blocks this feature can replace with air or the provided fluid block
    • 添加了字段 can_replace_with_air_or_fluid - 方块谓词,描述此地物可以将哪些方块替换为空气或提供的 fluid 方块
    • Added field can_replace_with_barrier - Block Predicate, describes which blocks this feature can replace with the provided barrier block
    • 添加了字段 can_replace_with_barrier - 方块谓词,描述此地物可以用提供的 barrier 方块替换哪些方块

TAGS
标签


BLOCK TAGS
方块标签

  • Added #speleothems for blocks which are speleothems like Pointed Dripstone and Sulfur Spike
  • 为类似滴水石锥和 Sulfur Spike 的钟乳石方块添加了 #speleothems 标签

RESOURCE PACK VERSION 86.0
资源包版本 86.0


BLOCK SPRITES
方块精灵图

  • Added new Block textures:
  • 添加了新的方块纹理:
    • block/sulfur_spike_down_base.png
    • block/sulfur_spike_down_base.png
    • block/sulfur_spike_down_frustum.png
    • block/sulfur_spike_down_frustum.png
    • block/sulfur_spike_down_middle.png
    • block/sulfur_spike_down_middle.png
    • block/sulfur_spike_down_tip.png
    • block/sulfur_spike_down_tip.png
    • block/sulfur_spike_down_tip_merge.png
    • block/sulfur_spike_down_tip_merge.png
    • block/sulfur_spike_up_base.png
    • block/sulfur_spike_up_base.png
    • block/sulfur_spike_up_frustum.png
    • block/sulfur_spike_up_frustum.png
    • block/sulfur_spike_up_middle.png
    • block/sulfur_spike_up_middle.png
    • block/sulfur_spike_up_tip.png
    • block/sulfur_spike_up_tip.png
    • block/sulfur_spike_up_tip_merge.png
    • block/sulfur_spike_up_tip_merge.png
  • Beds now use block models and textures, replacing <color> with the respective bed's color's name
  • 床现在使用方块模型和纹理,将 <color> 替换为相应床的颜色名
    • block/bed_down.png
    • block/bed_down.png
    • block/bed_head_north.png
    • block/bed_head_north.png
    • block/<color>_bed_foot_east.png
    • block/<color>_bed_foot_east.png
    • block/<color>_bed_foot_south.png
    • block/<color>_bed_foot_south.png
    • block/<color>_bed_foot_up.png
    • block/<color>_bed_foot_up.png
    • block/<color>_bed_foot_west.png
    • block/<color>_bed_foot_west.png
    • block/<color>_bed_head_east.png
    • block/<color>_bed_head_east.png
    • block/<color>_bed_head_up.png
    • block/<color>_bed_head_up.png
    • block/<color>_bed_head_west.png
    • block/<color>_bed_head_west.png

ITEM SPRITES
物品精灵图

  • Added new Item sprites:
  • 添加了新的物品纹理:
    • item/sulfur_spike.png
    • item/sulfur_spike.png

ITEM MODELS
物品模型

  • The minecraft:bed special model type has been removed
  • 移除了 minecraft:bed 特殊模型类型

FIXED BUGS IN 26.2 SNAPSHOT 3
26.2 SNAPSHOT 3 修复的漏洞

  • MC-229057 - Picking up an axolotl with a lead attached destroys the lead
  • MC-229057 - 用拴绳拴住的美西螈被桶装起时会破坏拴绳
  • MC-277744 - Blocks with emissive textures don't emit much light when held by endermen
  • MC-277744 - 由末影人手持具有发光纹理的方块不会发出太多光
  • MC-302496 - Glowing dragon fireballs no longer show the glowing outline
  • MC-302496 - 发光效果的末影龙火球不再显示发光轮廓线
  • MC-307177 - Enabling JFR profiling causes the client to crash on startup
  • MC-307177 - 启用 JFR 性能分析会导致客户端在启动时崩溃
  • MC-307227 - Using an empty Offers NBT tag to disable trades doesn't work after a relog/data merge
  • MC-307227 - 使用空的 Offers NBT 标签来禁用交易在重新加载/数据合并后失效
  • MC-307289 - Polished sulfur is named "Polished Sulfur Block", which is inconsistent with all other polished stone blocks
  • MC-307289 - 磨制硫黄被命名为"Polished Sulfur Block",与所有其他磨制变种的命名方式不一致
  • MC-307291 - The game crashes when an entity with the friction_modifier attribute set to 2.5 moves
  • MC-307291 - 当具有 friction_modifier 属性设置为 2.5 的实体移动时,游戏崩溃
  • MC-307298 - Sulfur cubes with blocks inside them produce footstep sounds when moving across the ground
  • MC-307298 - 内部有方块的 Sulfur Cube在 地面上移动时会产生脚步声
  • MC-307300 - Magma blocks held by sulfur cubes are not emissive
  • MC-307300 - Sulfur Cube 内部的岩浆块不发光
  • MC-307315 - Frogs try to eat large magma cubes now
  • MC-307315 - 青蛙现在会尝试捕食大型岩浆怪
  • MC-307316 - Magma cubes no longer drop magma cream
  • MC-307316 - 岩浆怪不再掉落岩浆膏
  • MC-307340 - The bottom face of slimes' outer layer z-fights with the ground
  • MC-307340 - 史莱姆外层模型的底面与地面发生深度冲突
  • MC-307347 - Releasing a sulfur cube from a bucket and killing it does not cause it to drop its held block
  • MC-307347 - 从桶中放出 Sulfur Cube 并将其杀死不会导致其掉落手持的方块
  • MC-307357 - Sulfur cubes don't emit light when holding a glowing block
  • MC-307357 - Sulfur Cube 内部有发光方块时不发光
  • MC-307371 - The #sulfur_cube_archetype/fast_flat item tag contains pumpkin twice
  • MC-307371 - 物品标签 #sulfur_cube_archetype/fast_flat 包含了两次 pumpkin
  • MC-307405 - When picking up a leashed sulfur cube with a bucket, the lead disappears
  • MC-307405 - 当用桶装起拴着拴绳的 Sulfur Cube 时,拴绳会消失
  • MC-307420 - The game now renders fluid faces that should not be rendered
  • MC-307420 - 游戏现在会渲染本不应渲染的流体表面
  • MC-307473 - The block breaking texture on bamboo stalks is now always displayed centered
  • MC-307473 - 竹子上的方块破坏纹理现在始终居中显示
  • MC-307483 - Emptying a sulfur cube bucket underwater doesn't place the sulfur cube at the targeted block
  • MC-307483 - 在水下使用 Bucket of Sulfur Cube 不会将Sulfur Cube 放置到目标方块处



Mojavatar_Staff-Villager_200x296.png


【mxy333 译自Java Team 2026 年 4 月 14 日发布的 Minecraft 26.2 Snapshot 3

【本文排版借助了:SPXXMB 用户脚本 v3.2.5】



Powered by SPXXMB 3.2.5 with love
Converted at 2026-04-15 00:01 +0800

|想了解更多游戏资讯?
 
内容版权许可
CC BY-NC-SA 署名-非商业性使用-相同方式共享
坏了坏了,很多生电都不能用了(举例:船吸刷怪塔,大部分依靠船来调整位置或吸附生物的机器),感觉这个修改会出大锅,以至于大部分玩家停留在上一版本,如同1.12.2,1.7.10,1.16.5
 

在线会员

  • 妳得惯着她
  • moqian
  • ksandu
  • 今晚打老虎
  • 訾默
  • liuzejin
  • mcmanzi
  • 泡泡龙
  • 执灯
后退
顶部 底部