<?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_25w36a</id>
	<title>Minecraft:Java Edition 25w36a - 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_25w36a"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_25w36a&amp;action=history"/>
	<updated>2026-06-10T03:01:27Z</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_25w36a&amp;diff=135804&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_25w36a&amp;diff=135804&amp;oldid=prev"/>
		<updated>2026-05-31T11:08:55Z</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;{{Dangerous version|The game crashes when an [[Minecraft:ender chest]], another [[Minecraft:player]], or a [[Minecraft:Monster Spawner|spawner]] set to spawn [[Minecraft:mannequin]]s is rendered in the world.|type=crash|edition=java|version=development}}&lt;br /&gt;
{{Infobox version&lt;br /&gt;
|title=Minecraft 25w36a&lt;br /&gt;
|image=25w36a.jpg&lt;br /&gt;
|image2=Java Edition 25w36a.png&lt;br /&gt;
|edition=Java&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=September 2, 2025&lt;br /&gt;
|jsonhash=4ea6923a98f7abec2914a7e51ebec23cecf09e11&lt;br /&gt;
|clienthash=ae36ffc5291e78d5157346d4d6f275938baa9742&lt;br /&gt;
|clientmap=1f66a65e2aaf58af9ec944f3b072f703a4c39543&lt;br /&gt;
|serverhash=4d094c84219be8bbe23bcec02e1c016e12717e17&lt;br /&gt;
|servermap=16fbcd86b56362a06269cef21b3ad784d8264b5f&lt;br /&gt;
|parent=1.21.9&lt;br /&gt;
|prevparent=1.21.8&lt;br /&gt;
|prev=25w35a&lt;br /&gt;
|next=25w36b&lt;br /&gt;
|nextparent=1.21.10&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;25w36a&amp;#039;&amp;#039;&amp;#039; is the seventh [[Minecraft:snapshot]] for [[Minecraft:Java Edition 1.21.9]], released on September 2, 2025.&amp;lt;ref&amp;gt;{{snap|25w36a|id=a|September 2, 2025}}&amp;lt;/ref&amp;gt; It improves several textures and visual features, adds the ability to set different [[Minecraft:world border]]s in different dimensions, and adds a new technical mob.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Non-mob entities ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[File:Steve (slim) JE2.png|50px]] [[Minecraft:Mannequin]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Added a new type of technical entity called &amp;lt;code&amp;gt;minecraft:mannequin&amp;lt;/code&amp;gt; which can only be spawned with summon commands.&lt;br /&gt;
** A mannequin is a player avatar without a connected player.&lt;br /&gt;
** Mannequins always show an &amp;quot;NPC&amp;quot; text where a Player&amp;#039;s &amp;lt;code&amp;gt;below_score&amp;lt;/code&amp;gt; score would show.&lt;br /&gt;
** Mannequins function as living entities, like [[Minecraft:armor stand]]s.&lt;br /&gt;
*** They can hold and wear equipment, have attributes &amp;amp; effects, take damage, etc.&lt;br /&gt;
** Data Fields:&lt;br /&gt;
*** &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; - Which profile to show on the entity. This is either a Player profile (same format as a &amp;lt;code&amp;gt;minecraft:profile&amp;lt;/code&amp;gt; component) or a Mannequin profile with the following fields:&lt;br /&gt;
**** &amp;lt;code&amp;gt;texture&amp;lt;/code&amp;gt; - Namespaced ID of the skin texture to use.&lt;br /&gt;
***** The skin is specified relative to the &amp;lt;code&amp;gt;textures&amp;lt;/code&amp;gt; folder and with a &amp;lt;code&amp;gt;.png&amp;lt;/code&amp;gt; suffix.&lt;br /&gt;
***** e.g. &amp;lt;code&amp;gt;entity/player/wide/steve&amp;lt;/code&amp;gt; will use the default wide Steve skin.&lt;br /&gt;
**** &amp;lt;code&amp;gt;cape&amp;lt;/code&amp;gt; - Optional namespaced ID of the cape texture to use.&lt;br /&gt;
***** When specified, uses the same format as the &amp;lt;code&amp;gt;texture&amp;lt;/code&amp;gt; field.&lt;br /&gt;
***** Omitting this field means the mannequin has no cape.&lt;br /&gt;
**** &amp;lt;code&amp;gt;elytra&amp;lt;/code&amp;gt; - Optional namespaced ID of the elytra texture to use.&lt;br /&gt;
***** When specified, uses the same format as the &amp;lt;code&amp;gt;texture&amp;lt;/code&amp;gt; field.&lt;br /&gt;
***** Omitting this field means the mannequin uses the cape texture, or if that is also omitted, the default elytra texture when wearing elytra.&lt;br /&gt;
**** &amp;lt;code&amp;gt;model&amp;lt;/code&amp;gt; - Optional model type, one of &amp;lt;code&amp;gt;wide&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;slim&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If omitted, &amp;lt;code&amp;gt;wide&amp;lt;/code&amp;gt; is used.&lt;br /&gt;
*** &amp;lt;code&amp;gt;hidden_layers&amp;lt;/code&amp;gt; - List of outer skin layers to hide.&lt;br /&gt;
**** Valid entries: &amp;lt;code&amp;gt;cape&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;jacket&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;left_sleeve&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;right_sleeve&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;left_pants_leg&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;right_pants_leg&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hat&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** &amp;lt;code&amp;gt;main_hand&amp;lt;/code&amp;gt; - Which hand is the main hand of the mannequin.&lt;br /&gt;
**** One of &amp;lt;code&amp;gt;left&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt;.&lt;br /&gt;
** This entity highly resembles the [[Minecraft:Mob (entity)|Mob]] entity removed long ago in [[Minecraft:Java Edition Beta 1.2|Beta 1.2]], as it is has a player skin and has no movement AI.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== Blocks === &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Copper lantern]]&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;[[Minecraft:copper torch]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Adjusted the colors to make them more discernible to color blind players.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Shelf]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Powered shelves can now only connect to other powered shelves facing the exact same direction.&lt;br /&gt;
&lt;br /&gt;
=== General ===&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|86.0}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:End flash]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* While the ender dragon fog effect is active, the flash source in the sky is not visible and the brightness of the light affecting the world is reduced.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Key binds]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Multiple key binds that have the same key assigned to them can now work together, while before only one would work.&lt;br /&gt;
** For example, it&amp;#039;s now possible to bind the {{key|d}} key to Jump and Strafe Left, to jump and strafe left at the same time.&lt;br /&gt;
** The red warning for assigning the same key to multiple key binds is changed to yellow.&lt;br /&gt;
* Added a Spectator category in the key binds screen, alongside the pre-existing Highlight Players key bind.&lt;br /&gt;
* The spectator hotbar menu key can now be rebound.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Particles]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* {{cd|dragon_breath}} now optionally takes a {{cd|power}} parameter (float, default {{cd|1.0}}), which is multiplied onto its initial velocity, after all randomness.&lt;br /&gt;
* {{cd|instant_effect}} and {{cd|effect}} now optionally take {{cd|power}} (float, default {{cd|1.0}}) and {{cd|color}} (rgb, default {{cd|0xFFFFFF}}) parameters.&lt;br /&gt;
* {{cd|flash}} now requires a {{cd|color}} parameter (argb).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Rendering]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Particles outside of players view are not rendered anymore, which provides a performance improvement in some cases.&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 version is now {{cd|68.0}}.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Server [[Minecraft:Code of Conduct]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Formatting codes are now stripped from code of conduct files.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Shader]]s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The following unused shaders have been removed:&lt;br /&gt;
** {{samp|core/position_color_lightmap.vsh}}&lt;br /&gt;
** {{samp|core/position_color_lightmap.fsh}}&lt;br /&gt;
** {{samp|core/position_color_tex_lightmap.vsh}}&lt;br /&gt;
** {{samp|core/position_color_tex_lightmap.fsh}}&lt;br /&gt;
* Minor change to uv calculations in the &amp;lt;code&amp;gt;minecraft_sample_lightmap&amp;lt;/code&amp;gt; function in the &amp;lt;code&amp;gt;core/terrain.vsh&amp;lt;/code&amp;gt; program.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:UI]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Double-clicking a word in edit box now selects it.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:World border]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* The world border is now dimension-specific.&lt;br /&gt;
** This means that each dimension can have its own world border size, position, etc.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|project=MC|fixedin=25w36a&lt;br /&gt;
|;From released versions before 1.21&lt;br /&gt;
|223142|Player can move while spectating a marker.&lt;br /&gt;
|225088|Overworld surface is darker than before on low brightness.&lt;br /&gt;
|234737|Typo in exception message: &amp;quot;{{cd|EmtyPoolElement}}&amp;quot;.&lt;br /&gt;
|236508|The title within the &amp;quot;Add Server&amp;quot; menu is displayed as &amp;quot;Edit Server Info&amp;quot;.&lt;br /&gt;
|237590|The word &amp;quot;chunks&amp;quot; is improperly capitalized within the render and simulation distance sliders.&lt;br /&gt;
|238273|&amp;quot;Locked by another running instance of Minecraft&amp;quot; lacks punctuation.&lt;br /&gt;
|249205|&amp;quot;{{cd|minecraft.used:minecraft.potion}}&amp;quot; increases by a value of two when using water bottles to create mud in creative mode.&lt;br /&gt;
|250062|Several strings throughout the game contain comma splices.&lt;br /&gt;
|250193|Server log does not use the string representation of a player&amp;#039;s GameProfile on a disconnect during encryption.&lt;br /&gt;
|254668|Pressing {{key|Escape}} on the death screen&amp;#039;s title screen warning respawns the player.&lt;br /&gt;
|257792|Output slot for trading menu is off-center.&lt;br /&gt;
|258191|Root system feature allows hanging root vertical span of {{cd|0}}, causing error.&lt;br /&gt;
|259347|Height limit warning message is shown when right-clicking the top of a block at the build height limit with a bucket.&lt;br /&gt;
|262370|Some multiplayer strings are untranslatable.&lt;br /&gt;
|264962|Strings that contain two inputs for a given action have inconsistent spacing and apostrophes.&lt;br /&gt;
|265807|Mobs don&amp;#039;t drown if their {{cd|Air}} NBT is less than {{cd|-19}}.&lt;br /&gt;
|;From 1.21.3&lt;br /&gt;
|278435|Mushroom Fields biome doesn&amp;#039;t generate pumpkin patches despite being specified in vanilla datapack.&lt;br /&gt;
|;From 1.21.4&lt;br /&gt;
|277975|The first line of the command execution warning in an item&amp;#039;s tooltip is missing punctuation.&lt;br /&gt;
|279123|Some strings that reference Minecraft Realms use inconsistent or missing verb forms.&lt;br /&gt;
|279153|Some strings that mention the base values of attributes are missing articles.&lt;br /&gt;
|279173|The &amp;quot;{{cd|chat.disabled.invalid_command_signature}}&amp;quot; string is missing an article before the word &amp;quot;Command&amp;quot;.&lt;br /&gt;
|279174|The &amp;quot;{{cd|gamerule.spawnChunkRadius.description}}&amp;quot; string is missing an article before the word &amp;quot;Amount&amp;quot;.&lt;br /&gt;
|279175|Some multiplayer disconnection strings are missing articles and demonstratives.&lt;br /&gt;
|279176|The &amp;quot;{{cd|gamerule.commandModificationBlockLimit.description}}&amp;quot; string is missing an article before the word &amp;quot;Number&amp;quot;.&lt;br /&gt;
|279212|Some narration strings are missing articles and possessive determiners.&lt;br /&gt;
|;From 1.21.5&lt;br /&gt;
|295829|Test instance block GUI uses &amp;quot;Batch&amp;quot; instead of &amp;quot;Environment&amp;quot;.&lt;br /&gt;
|;From 1.21.6&lt;br /&gt;
|298605|When creating a Water World superflat world, the player spawns at the bottom of the sea.&lt;br /&gt;
|299105|Tears and Lava Chicken music disc &amp;#039;desc&amp;#039; translations are unused.&lt;br /&gt;
|;From 1.21.8&lt;br /&gt;
|301619|Game mode translation key is used in the console message sent when a player tries to switch their game mode without permission.&lt;br /&gt;
|;dev&lt;br /&gt;
|300055|You get the advancement Wax On for changing the pose of a Copper Golem Statue while holding Honeycomb.&lt;br /&gt;
|300088|Items placed by a copper golem in a double chest do not update redstone comparators reading the right side of the double chest.&lt;br /&gt;
|300109|Lightning bolt does not remove oxidation from the lightning rod.&lt;br /&gt;
|300169|The {{cd|CustomName}} tag of a copper golem statue is not kept when mined.&lt;br /&gt;
|300192|No darker trim for copper.&lt;br /&gt;
|300201|Breaking a copper golem statue with a pose does not retain its pose.&lt;br /&gt;
|300416|Copper golems&amp;#039; pathfinding to chests is biased to northwest.&lt;br /&gt;
|300558|Copper golems can open locked chests without an appropriate key item.&lt;br /&gt;
|300729|Incorrect or unusually obvious pixels on the weathered and exposed copper bars.&lt;br /&gt;
|300961|The armor layer on husks no longer reflects their larger size compared to other humanoids.&lt;br /&gt;
|301099|Copper chests worn on copper golems&amp;#039; heads are not visible.&lt;br /&gt;
|301250|Upon exiting the gamemode switcher ({{Key|F3+F4}}) while viewing the credits, the player still does not resume viewing the credits and instead remains in the end in a phantom state until they relog.&lt;br /&gt;
|301258|Copper golem statues in the walking pose have a bit of their necks poking through their arms.&lt;br /&gt;
|301259|Shelf {{cd|align_items_to_bottom}} in block entity data doesn&amp;#039;t work.&lt;br /&gt;
|301261|The right arm of the copper golem statue isn&amp;#039;t connected to its body.&lt;br /&gt;
|301276|The hand animation no longer plays when shearing copper golems.&lt;br /&gt;
|301277|Item frames with maps and paintings cannot share a corner anymore.&lt;br /&gt;
|301278|The code of conduct screen renders carriage return characters.&lt;br /&gt;
|301283|Sprint and sneak input can get &amp;#039;stuck&amp;#039; if a screen is opened right as the input is pressed.&lt;br /&gt;
|301310|The “Transfer Now” button in the realms menu renders outside the selection box.&lt;br /&gt;
|301312|You cannot begin to use items while looking at copper golems.&lt;br /&gt;
|301324|Sitting copper golem statue nose is rotated incorrectly.&lt;br /&gt;
|301330|Malicious server can force client to remain stuck on code of conduct screen.&lt;br /&gt;
|301374|Evokers can now spawn in Peaceful difficulty.&lt;br /&gt;
|;prev&lt;br /&gt;
|301519|Trying to use a command block while the &amp;quot;{{cd|enableCommandBlocks}}&amp;quot; gamerule is set to false says &amp;quot;Command blocks are not enabled on this server&amp;quot; even if you&amp;#039;re not on a server.&lt;br /&gt;
|301523|Some gamerule description strings consist of inconsistent concluding punctuation, redundantly include “or not”, and are grammatically incorrect.&lt;br /&gt;
|301524|The block breaking animation on banners now amplifies with each pattern applied.&lt;br /&gt;
|301546|Bells do not display ringing animation when another bell is nearby.&lt;br /&gt;
|301577|Block light sources produce shadows around themselves under skylight.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|x_TLVuM5FUM|jDYmkVMtE9k}}&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:25w36a]]&lt;br /&gt;
[[Minecraft:es:Java Edition 25w36a]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 25w36a]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 25w36a]]&lt;br /&gt;
[[Minecraft:lzh:二五週三六甲]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 25w36a]]&lt;br /&gt;
[[Minecraft:ru:25w36a (Java Edition)]]&lt;br /&gt;
[[Minecraft:uk:25w36a (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版25w36a]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>