<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AJava_Edition_25w17a</id>
	<title>Minecraft:Java Edition 25w17a - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3AJava_Edition_25w17a"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_25w17a&amp;action=history"/>
	<updated>2026-09-07T08:00:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_25w17a&amp;diff=158674&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_25w17a&amp;diff=158674&amp;oldid=prev"/>
		<updated>2026-07-01T11:13:53Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox version&lt;br /&gt;
|title=Minecraft 25w17a&lt;br /&gt;
|image=25w17a.jpg&lt;br /&gt;
|image2=Java Edition 25w17a.png&lt;br /&gt;
|edition=Java&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=April 22, 2025&lt;br /&gt;
|jsonhash=b0b639d40ca10ef21f714eb801222e033680e17d&lt;br /&gt;
|clienthash=213e49c5ad5361ba89e4e35529fb36ec46617fc3&lt;br /&gt;
|clientmap=abbf58ef2c8c9400a40b8ad6272aba27f9a4f6ea&lt;br /&gt;
|serverhash=575756f90e54e5c2cd78997dd9e3579936aa9d6d&lt;br /&gt;
|servermap=78bbaacb166117d8b2f3afad82fccf8448602193&lt;br /&gt;
|parent=1.21.6&lt;br /&gt;
|prevparent=1.21.5&lt;br /&gt;
|prev=25w16a&lt;br /&gt;
|next=25w18a&lt;br /&gt;
|nextparent=1.21.7&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;25w17a&amp;#039;&amp;#039;&amp;#039; is the third [[Minecraft:snapshot]] for [[Minecraft:Java Edition 1.21.6]] released on April 22, 2025,&amp;lt;ref&amp;gt;{{snap|25w17a|id=a|April 22, 2025}}&amp;lt;/ref&amp;gt; which makes the [[Minecraft:locator bar]] available in normal gameplay and fixes bugs.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Gameplay ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Locator bar]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added [[Minecraft:waypoint style]] for changing waypoints&amp;#039; icon on specific distances in a [[Minecraft:resource pack]].&lt;br /&gt;
** Setting the style of a waypoint is possible using the new {{cmd|waypoint modify ... style}} arguments.&lt;br /&gt;
** The default implementation is as such:&amp;lt;br&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;json&amp;quot;&amp;gt;{&lt;br /&gt;
  &amp;quot;near_distance&amp;quot;: 128,&lt;br /&gt;
  &amp;quot;far_distance&amp;quot;: 332,&lt;br /&gt;
  &amp;quot;sprites&amp;quot;: [&lt;br /&gt;
    &amp;quot;minecraft:default_0&amp;quot;,&lt;br /&gt;
    &amp;quot;minecraft:default_1&amp;quot;,&lt;br /&gt;
    &amp;quot;minecraft:default_2&amp;quot;,&lt;br /&gt;
    &amp;quot;minecraft:default_3&amp;quot;&lt;br /&gt;
  ]&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
** {{cd|near_distance}} and {{cd|far_distance}} are optional and default to the values {{cd|128}} and {{cd|332}} respectively.&lt;br /&gt;
*** {{cd|far_distance}} distance must be greater than {{cd|near_distance}}&lt;br /&gt;
** Each sprite is searched within the prefix of {{cd|hud/locator_bar_dot/}} (the directory {{cd|textures/gui/sprites/hud/locator_bar_dot}}).&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Options]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added new video setting &amp;quot;Cloud Distance&amp;quot; to reduce the cloud range.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Tag]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added the {{cd|#happy_ghast_avoids}} block tag.&lt;br /&gt;
** Contains blocks that happy ghasts avoid getting close to.&lt;br /&gt;
* Added the {{cd|#triggers_ambient_dried_ghast_block_sounds}} block tag.&lt;br /&gt;
** Contains blocks that can trigger ambient [[Minecraft:dried ghast]] sounds to play when a dried ghast block is placed on them.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Blocks ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Dried Ghast]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Dried ghast&amp;#039;s [[Minecraft:rarity]] has been changed from Uncommon to Common.&lt;br /&gt;
&lt;br /&gt;
=== Items ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Harness]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Can now be equipped on a [[Minecraft:happy ghast]] using a [[Minecraft:dispenser]].&lt;br /&gt;
&lt;br /&gt;
=== World generation ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Woodland Mansion]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The room &amp;quot;{{cd|1x1_b5.nbt}}&amp;quot; generates again.&lt;br /&gt;
&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|waypoint}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Replaced {{cd|fade}} argument by {{cd|style}}: For changing the icon spriteset and selection distances.&lt;br /&gt;
** {{cd|set &amp;lt;waypoint_style/resource&amp;gt;}} changes the style to a specific asset under {{cd|waypoint_style/}}&lt;br /&gt;
** {{cd|reset}} will restore the default icon behavior of the Locator Bar.&lt;br /&gt;
&lt;br /&gt;
=== Gameplay ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Locator Bar]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Waypoints&amp;#039; icon now use different sprites based on how far away the player is to their locations instead of the fade effects previously implemented.&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Game rule]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Renamed game rule {{cd|useLocatorBar}} to {{cd|locatorBar}}, consistent with {{BE}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Realms]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Changed the layout of the Realms configuration screen to use tabs.&lt;br /&gt;
** A Worlds tab containing changes to any of the world slots, creating new worlds and changing their settings.&lt;br /&gt;
** A Players tab to manage the players that have access and their level of access to the Realm.&lt;br /&gt;
** A Subscription tab to manage the Realms subscription.&lt;br /&gt;
** A Settings tab to change the settings of the Realm.&lt;br /&gt;
* Introduced a Region Preference setting that allows for more granular control over what region a Realm is started.&lt;br /&gt;
* Changed the wording for Close/Open Realm to Temporarily close/Reopen Realm.&lt;br /&gt;
&lt;br /&gt;
== Technical ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Data pack]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The [[Minecraft:pack format]] version is now {{cd|74}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Resource pack]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The [[Minecraft:pack format]] version is now {{cd|58}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Shader]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added two new core shaders; &amp;lt;code&amp;gt;stars&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;sky&amp;lt;/code&amp;gt; which are used to render the stars and upper portion of the sky respectively.&lt;br /&gt;
* Post-process effects&lt;br /&gt;
** {{cd|Fog}} uniform block.&lt;br /&gt;
*** {{cd|FOG_IS_SKY}} has been removed in favor of splitting up the sky shader.&lt;br /&gt;
&lt;br /&gt;
== Experimental ==&lt;br /&gt;
All features previously behind the &amp;quot;Locator Bar&amp;quot; [[Minecraft:experimental toggle]] have been de-experimentified and are now available during normal gameplay.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|project=MC|fixedin=25w17a&lt;br /&gt;
|;From released versions before 1.21&lt;br /&gt;
|240121|&amp;quot;{{cd|1x1_b5.nbt}}&amp;quot; piece does not generate in woodland mansions.&lt;br /&gt;
|;dev&lt;br /&gt;
|296369|Dispensers cannot equip harnesses onto happy ghasts.&lt;br /&gt;
|296421|Right-clicking a happy ghast equipped with a harness while crouching will play hand animation.&lt;br /&gt;
|296438|The &amp;quot;{{cd|display}}&amp;quot; field on Attribute Modifiers is not optional, despite the changelog saying it is.&lt;br /&gt;
|296443|Happy ghasts don’t avoid pathfinding into dangerous blocks.&lt;br /&gt;
|296511|Gamemode Switcher icons become invisible when using resource pack with opaque or translucent {{cd|selection.png}}.&lt;br /&gt;
|296516|Tooltips are incorrectly rendered below nearby elements when holding your mouse cursor over players that are online on realms.&lt;br /&gt;
|296538|Rarity of Dried Ghast is inconsistent with its crafting ingredients.&lt;br /&gt;
|296542|Waypoints on locator bar do not adjust to 3rd person front camera.&lt;br /&gt;
|296567|Waypoints on locator bar do not respect team colors.&lt;br /&gt;
|296583|Applying the {{cd|waypoint_transmit_range}} attribute to an entity at the same time it is summoned makes it not show on the locator bar.&lt;br /&gt;
|;prev&lt;br /&gt;
|296750|The game crashes after startup on some systems (predominantly Linux systems) with AMD graphics.&lt;br /&gt;
|296755|Resource Packs: The panorama overlay now renders in front of everything in the title screen.&lt;br /&gt;
|296756|Clouds do not render at render distance 2 &amp;amp; 3.&lt;br /&gt;
|296764|The text cursor renders behind command auto-complete text.&lt;br /&gt;
|296766|GUIs of rideable mobs are missing their slots as of 25w16a.&lt;br /&gt;
|296770|Strikethrough text in the villager interface is rendered behind characters.&lt;br /&gt;
|296774|Player messages within the &amp;quot;Select Chat Messages to Report&amp;quot; menu aren’t rendered while selected.&lt;br /&gt;
|296775|Some elements within the &amp;quot;Select Chat Messages to Report&amp;quot; menu are rendered darker while player messages are selected.&lt;br /&gt;
|296777|Lead shift right-clicking doesn&amp;#039;t work on Boats with Chests.&lt;br /&gt;
|296779|The social interactions menu is rendered darker than normal.&lt;br /&gt;
|296782|Player models within the “Report Player Skin” menu are rendered darker and lower than normal.&lt;br /&gt;
|296794|Furnaces, blast furnaces, and smokers sometimes do not show the burn progress and lit progress animations.&lt;br /&gt;
|296805|The game crashes when holding your mouse cursor over players that are online on realms.&lt;br /&gt;
|296806|Cloud rendering has a considerable impact on performance as of 25w16a.&lt;br /&gt;
|296807|The titles of selected tabs within the &amp;quot;Create New World&amp;quot; menu are rendered behind the background.&lt;br /&gt;
|296808|The titles of lists within the resource pack and data pack menus are rendered behind the background.&lt;br /&gt;
|296984|The &amp;quot;No pending invites!&amp;quot; text within the realms invitation menu is rendered behind the background.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|Vz0NtmXAFaY}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Java Edition versions|1.2x}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:25w17a]]&lt;br /&gt;
[[Minecraft:es:Java Edition 25w17a]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 25w17a]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 25w17a]]&lt;br /&gt;
[[Minecraft:lzh:爪哇版二五週一七甲]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 25w17a]]&lt;br /&gt;
[[Minecraft:ru:25w17a (Java Edition)]]&lt;br /&gt;
[[Minecraft:uk:25w17a (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版25w17a]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>