Java Edition 25w05a: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
BDJP007301 (talk | contribs) m (Revert edits by 2804:658C:2118:500:58A2:6287:FBFB:8B0A (talk)) Tag: Rollback |
(→Blocks: Add renders of new blocks) |
||
Line 23: | Line 23: | ||
== Additions == |
== Additions == |
||
=== Blocks === |
=== Blocks === |
||
; [[File:Firefly Bush JE1.png|32px]] [[Firefly bush]] |
|||
* Generates in Swamps and near Rivers. |
* Generates in Swamps and near Rivers. |
||
* When it's dark, glowing firefly particles appear around the firefly bush. |
* When it's dark, glowing firefly particles appear around the firefly bush. |
||
Line 29: | Line 29: | ||
* Emits a light level of 2. |
* Emits a light level of 2. |
||
; [[File:Bush JE1.png|32px]] [[Bush]] |
|||
'''[[Bush]]''' |
|||
* Generates in the following biomes: |
* Generates in the following biomes: |
||
**{{BiomeLink|Plains}} |
**{{BiomeLink|Plains}} |
Revision as of 17:39, 29 January 2025
This article is a work in progress.
Please help expand and improve it. The talk page may contain suggestions.
Minecraft 25w05a
Edition | ||||||
---|---|---|---|---|---|---|
Release date |
January 29, 2025 | |||||
Type | ||||||
Snapshot for | ||||||
Protocol version |
dec: 1073742056 | |||||
Data version |
4310 | |||||
Resource pack format |
50 | |||||
Data pack format |
65 | |||||
Minimum Java version | ||||||
|
{ "title": "Minecraft 25w05a", "images": [ "25w05a.jpg", "Java Edition 25w05a.png" ], "rows": [ { "field": "''(link to Java Edition article, displayed as Java Edition)''", "label": "(link to Edition article, displayed as Edition)" }, { "field": "January 29, 2025", "label": "Release date" }, { "field": "(link to Snapshot article, displayed as Snapshot)", "label": "(link to Version types article, displayed as Type)" }, { "field": "(link to Java Edition 1.21.5 article, displayed as 1.21.5)", "label": "Snapshot for" }, { "field": " <span style=\"font-size:smaller\"><abbr title=\"decimal\">dec</abbr>: </span>1073742056<br /> <span style=\"font-size:smaller\"><abbr title=\"hexadecimal\">hex</abbr>: </span>400000E8", "label": "(link to Protocol version article, displayed as Protocol version)" }, { "field": "4310", "label": "(link to Data version article, displayed as Data version)" }, { "field": "50", "label": "<span style=\"white-space: normal;\">(link to Pack format#List of resource pack formats article, displayed as Resource pack format)</span>" }, { "field": "65", "label": "<span style=\"white-space: normal;\">(link to Pack format#List of data pack formats article, displayed as Data pack format)</span>" }, { "field": "<span class=\"plainlinks\">[https://en.wikipedia.org/wiki/Java_version_history#Java_SE_21 Java SE 21]</span>", "label": "<span style=\"white-space: normal;\">Minimum Java version</span>" } ], "invimages": [], "footer": "<table style=\"margin: auto; word-break: break-word;\">\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\" >[[Java Edition 1.21.4|<span style=\"margin-right:-0.35em\">◄</span>◄ 1.21.4]]</td>\n<td style=\"padding: 0.4em\">'''[[Java Edition 1.21.5|1.21.5]]'''</td>\n<td style=\"padding: 0.4em\" rowspan=\"2\"></td>\n</tr>\n<tr style=\"background: inherit;\">\n<td style=\"padding: 0.4em\">\n[[Java Edition 25w04a|◄ 25w04a]]\n</td>\n<td style=\"padding: 0.4em\">''' 25w05a'''</td>\n</tr>\n</table>" }
25w05a is the fourth snapshot for Java Edition 1.21.5,[unofficial name], released on January 29, 2025.[1]
Additions
Blocks
- Generates in Swamps and near Rivers.
- When it's dark, glowing firefly particles appear around the firefly bush.
- Using bone meal on a firefly bush will spawn another firefly bush item.
- Emits a light level of 2.
- Generates in the following biomes:
- Can be used in the Composter.
- Using bone meal on a bush will generate a neighboring bush next to it if possible.
Mobs
- Nose now extrudes from model.
- New cow variants have been added.
Temperate Cow - The pre-existing cow variant.
- Spawns by default where the cold and warm cow variants do not spawn.
Cold Cow - A variant that spawns in the following biomes:
Warm Cow - A variant that spawns in the following biomes:
General
- Dead bush blocks have a chance of playing ambient sounds when placed on top of two blocks that are any color of terracotta, sand or red sand blocks in any biome.
- Sand, red sand and terracotta of any color have a chance of playing ambient sounds when surrounded by any one of them on at least 3 sides 8 blocks away.
- Added the
#plays_ambient_desert_block_sounds
block tag.- Contains blocks that will play ambient desert block sounds.
Changes
Blocks
- Beacons and their beams now render beyond 16 chunks up to the client render distance.
- To keep it easily visible at large distances, the beam is rendered thicker the further away it is from the player.
- The beam now renders up to 2048 blocks high, up from 1024.
- Landing on powder snow with leather boots equipped after falling further than 2.5 blocks will now make entities fall through the snow.
- Jumping or falling less than 2.5 blocks allows the entity to land on top of the snow like before.
Command format
/bossbar
, /scoreboard
and /team
- Text component arguments are now resolved before use in context of entity held in
@s
.
General
blocks_attacks
- Added the
bypassed_by
field - hashtagged damage type tag (optional)- If specified, blocking is bypassed by these damage types.
- The objects within the
damage_reductions
list now have a new field:horizontal_blocking_angle
- angle in degrees as a positive float- Default:
90
- The maximum angle between the user's facing and the incoming attack for the block to be effective.
- Added the
Entity variant components
- Cow variants can be data-driven adding entries to
data/<namespace>/cow_variant/<id>.json
.- This feature is experimental.
- Fields in file:
model
- one of:normal
,cold
,warm
.asset_id
- namespaced id for this variant asset, resolves toassets/<namespace>/textures/<path>.png
.spawn_conditions
- field described in uniform variant selection above.
- The pack format version is now
65
.
- Added new textures for cow variants.
cold_cow
warm_cow
- Changed the size of
temperate_cow
texture. - Changed the size of
red_mooshroom
andbrown_mooshroom
textures. - The temperate Cow has an updated model and texture.
- Cow models now have a snout.
- Cow models now have their legs mirrored.
- The texture
cow
has been renamed totemperate_cow
. - The texture
pig
has been renamed totemperate_pig
. - The version is now
50
.
#bypasses_blocking
was renamed to#bypasses_shield
.
Fixes
From released versions before 1.21.5
- MC-108495 – Non-LivingBase entities can be on a team (and show color) but can't be targeted using
team=
. - MC-165711 – Eye of ender hitbox always lags behind the animation.
From 1.21.2
- MC-279390 – Baby zombified piglin helmet clipping.
From 1.21.4
From the 1.21.5 development versions
- MC-279257 –
crafting_transmute
recipes don't give output if the resulting item has the same ID as the input item. - MC-279280 –
windswept_hills
is in both the warm and cold variant farm animal biome tags. - MC-279315 – Warm pigs do not spawn in windswept savannas.
- MC-279353 – The
minecraft:fall_damage_multiplier
attribute doesn't function when riding specific rideable mobs. - MC-279497 – Structure preview outline breaks for max integer-length sizes.
- MC-279531 – GameTest entrypoint doesn't report failures to spawn the structure.
- MC-279534 – Display entities use interpolation duration value for teleport duration.
- MC-279543 – Neutral Mobs don't attack the player back when attacked under certain conditions.
- MC-279556 – The "
/execute on attacker
" command does not target an entity previously targeted by the "/data
" command. - MC-279577 – Test blocks are restricted to one within a block-based structure.
From the previous development version
- MC-279684 – Shield blocking animation no longer plays when blocking an attack.
- MC-279685 – Shields no longer consume durability when blocking attacks.
- MC-279688 – Sprinting is canceled upon flying with elytra.
- MC-279692 – Instrument component crashes the game.
- MC-279693 – Summoned lingering potions render as splash potions.
- MC-279697 – Llamas show a non-interactive saddle slot.
- MC-279698 –
provides_banner_pattern
component does not use hash prefix. - MC-279760 – Typing an inline definition in the
provides_trim_material
component crashes the game.
Video
References
- ↑ "Minecraft Snapshot 25w05a" – Minecraft.net, January 29, 2025.