<?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_18w05a</id>
	<title>Minecraft:Java Edition 18w05a - 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_18w05a"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Java_Edition_18w05a&amp;action=history"/>
	<updated>2026-09-13T15:07:45Z</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_18w05a&amp;diff=196604&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_18w05a&amp;diff=196604&amp;oldid=prev"/>
		<updated>2026-09-12T11:06:38Z</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 18w05a&lt;br /&gt;
|edition=Java&lt;br /&gt;
|image=18w05a.png&lt;br /&gt;
|image2=Java Edition 18w05a menu.png&lt;br /&gt;
|type=Snapshot&lt;br /&gt;
|date=January 31, 2018&lt;br /&gt;
|parent=1.13&lt;br /&gt;
|clienthash=bc3c321006bd1864a9e3dfea8c351927c44519c6&lt;br /&gt;
|jsonhash=a9e94f4c88dd7905aa475f04ba3bfc134b70754a&lt;br /&gt;
|serverhash=a4029c808cef57bed3228a51dcb7f68edd018a77&lt;br /&gt;
|prevparent=1.12.2&lt;br /&gt;
|prev=18w03b&lt;br /&gt;
|next=18w06a&lt;br /&gt;
|nextparent=1.13.1&lt;br /&gt;
}}&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;18w05a&amp;#039;&amp;#039;&amp;#039; is the sixteenth [[Minecraft:snapshot]] for [[Minecraft:Java Edition 1.13]], released on January 31, 2018,&amp;lt;ref&amp;gt;{{snap|18w05a|January 31, 2018}}&amp;lt;/ref&amp;gt; which fixes bugs.&lt;br /&gt;
&lt;br /&gt;
Although this is the first snapshot to be released after the decision was made to include the [[Minecraft:Update Aquatic]] features in 1.13, this snapshot did not contain any Update Aquatic features.&lt;br /&gt;
&lt;br /&gt;
== Additions ==&lt;br /&gt;
=== Command format ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Basic entity selector suggestions in the command UI.&lt;br /&gt;
* A warning now is logged for ambiguous commands.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|bossbar}}&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* {{cmd|bossbar create &amp;lt;id&amp;gt; &amp;lt;name&amp;gt;}} creates a boss bar.&lt;br /&gt;
** &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; is used to target the boss bar and is in the form &amp;lt;code&amp;gt;namespace:name&amp;lt;/code&amp;gt;, for example: &amp;lt;code&amp;gt;foo:bar&amp;lt;/code&amp;gt;. If no &amp;lt;code&amp;gt;namespace&amp;lt;/code&amp;gt; is specified it defaults to &amp;lt;code&amp;gt;minecraft&amp;lt;/code&amp;gt;.&lt;br /&gt;
** &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; is the display name of the boss bar and only accepts a JSON text component.&lt;br /&gt;
** Examples:&lt;br /&gt;
*** {{cmd|bossbar create example:test &amp;quot;Hello World&amp;quot;}}&lt;br /&gt;
*** {{cmd|bossbar create hello:world {&amp;quot;text&amp;quot;:&amp;quot;Foo Bar&amp;quot;,&amp;quot;color&amp;quot;:&amp;quot;red&amp;quot;,&amp;quot;bold&amp;quot;:true} }}&lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; name &amp;lt;name&amp;gt;}} changes the display name of the boss bar.&lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; color (blue{{!}}green{{!}}pink{{!}}purple{{!}}red{{!}}white{{!}}yellow)}} changes the color of the text (if no color was specified as part of a text component) and the boss bar, defaults to &amp;lt;code&amp;gt;white&amp;lt;/code&amp;gt;.&lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; style (notched_10{{!}}notched_12{{!}}notched_20{{!}}notched_6{{!}}progress)}} changes the style of the boss bar, defaults to &amp;lt;code&amp;gt;progress&amp;lt;/code&amp;gt;. &lt;br /&gt;
** &amp;lt;code&amp;gt;notched&amp;lt;/code&amp;gt; sets the amount of segments.&lt;br /&gt;
** &amp;lt;code&amp;gt;progress&amp;lt;/code&amp;gt; sets the amount of segments to 1. &lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; value &amp;lt;value&amp;gt;}} changes the current value of the boss bar, defaults to &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;.&lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; max &amp;lt;max&amp;gt;}} changes the maximum value of the boss bar, defaults to &amp;lt;code&amp;gt;100&amp;lt;/code&amp;gt;.&lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; visible &amp;lt;visible&amp;gt;}} changes the visibility of the boss bar, defaults to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{cmd|bossbar set &amp;lt;id&amp;gt; players &amp;lt;players&amp;gt;}} changes which players can see the boss bar, defaults to none.&lt;br /&gt;
* {{cmd|bossbar remove &amp;lt;id&amp;gt;}} removes the boss bar.&lt;br /&gt;
* {{cmd|bossbar list}} displays a list of created boss bars.&lt;br /&gt;
* {{cmd|bossbar get &amp;lt;id&amp;gt; (max{{!}}players{{!}}value{{!}}visible)}} return the resquested setting as a &amp;lt;code&amp;gt;result&amp;lt;/code&amp;gt; of the command.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{cmd|execute store}} &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* New subcommand: {{cmd|execute store (result{{!}}success) bossbar &amp;lt;id&amp;gt; (value{{!}}max) &amp;lt;chained command&amp;gt;}}.&lt;br /&gt;
** Stores the &amp;lt;code&amp;gt;result&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;success&amp;lt;/code&amp;gt; in the boss bar&amp;#039;s &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; setting.&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
=== General ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Minecraft:Crowdin]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Updated translations.&lt;br /&gt;
&lt;br /&gt;
== Fixes ==&lt;br /&gt;
{{fixes|fixedin=18w05a|prefix=Minecraft&lt;br /&gt;
|; old&lt;br /&gt;
|2399|Transparent blocks visually use the brighter light level that they are next to.&lt;br /&gt;
|4923|Flint and steel and fire charges can place fire at invalid positions.&lt;br /&gt;
|5037|Riding a pig/horse with a cape causes it to not behave as expected.&lt;br /&gt;
|8471|Blocks cannot be placed on a block the player is next to.&lt;br /&gt;
|55710|Relative tp from a vehicle applies dismount offset.&lt;br /&gt;
|57332|Number arguments in command have all int limitation.&lt;br /&gt;
|58556|Breaking a block being moved by a piston creates missing texture particles.&lt;br /&gt;
|60117|Upper slabs can&amp;#039;t be placed when standing on a lower slab 2 blocks below.&lt;br /&gt;
|64919|Players can place a block through T-intersection glass panes, iron bars, and fences when standing inside of the hitbox.&lt;br /&gt;
|65774|Landing particles not showing when landing on skulls.&lt;br /&gt;
|88674|Growing cactus placed on blocks other than (red) sand drops two cacti instead of breaking.&lt;br /&gt;
|89634|Spreadplayers favor the negative coordinates.&lt;br /&gt;
|105591|Flint and Steel loses durability and fire charge is used up even if no fire was placed.&lt;br /&gt;
|120296|{{key|F3}} + {{key|T}} doesn&amp;#039;t reload the data in &amp;lt;code&amp;gt;pack.mcmeta&amp;lt;/code&amp;gt;&lt;br /&gt;
|; dev&lt;br /&gt;
|123460|JSON parsing exceptions thrown during parsing of pack.mcmeta of data and resource packs are not caught properly.&lt;br /&gt;
|124048|Tab completing advancement (any?) key with trailing space errors.&lt;br /&gt;
|124056|The members/target/targets argument of {{cmd|scoreboard}} and {{cmd|team}} does not tab-complete player names.&lt;br /&gt;
|; previous&lt;br /&gt;
|124360|OS locale is used for {{cmd|data get}} feedback text when specifying the scale argument.&lt;br /&gt;
|124379|datapacks load functions unreliably.&lt;br /&gt;
|124384|Trigger objectives are enabled by default.&lt;br /&gt;
|124499|Missing command feedback for successfully triggering trigger.&lt;br /&gt;
|124616|{{cmd|setidletimeout}} suggests it is in seconds while the behavior is in minutes.&lt;br /&gt;
}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
{{slicedlime|C0LgS9fyoac}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* This is the last version to have the [[Minecraft:Old Customized]] world type.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Java Edition 18w05a.png|Terrain in this version.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&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.1x}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:18w05a]]&lt;br /&gt;
[[Minecraft:es:Java Edition 18w05a]]&lt;br /&gt;
[[Minecraft:fr:Édition Java 18w05a]]&lt;br /&gt;
[[Minecraft:hu:18w05a]]&lt;br /&gt;
[[Minecraft:ja:Java Edition 18w05a]]&lt;br /&gt;
[[Minecraft:nl:18w05a]]&lt;br /&gt;
[[Minecraft:pt:Edição Java 18w05a]]&lt;br /&gt;
[[Minecraft:ru:18w05a (Java Edition)]]&lt;br /&gt;
[[Minecraft:zh:Java版18w05a]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>