<?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=Template%3AMC%2FFixes%2Fdoc</id>
	<title>Template:MC/Fixes/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FFixes%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Fixes/doc&amp;action=history"/>
	<updated>2026-04-10T01:16:35Z</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=Template:MC/Fixes/doc&amp;diff=43344&amp;oldid=prev</id>
		<title>imported&gt;RedX at 20:56, 25 December 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Fixes/doc&amp;diff=43344&amp;oldid=prev"/>
		<updated>2025-12-25T20:56:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
&amp;lt;!-- Documentation here --&amp;gt;&lt;br /&gt;
{{lua}}&lt;br /&gt;
This template is used to create the fixes section of version pages.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Bug list ===&lt;br /&gt;
&lt;br /&gt;
A list of bugs is created simply by putting the bug number (prefix optional, and is ignored) and a title (usually the bug&amp;#039;s title on the tracker) in anonymous parameters. If the title contains a &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;, it needs to be escaped with the template &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The list of bugs can be separated into sections with headers, which are also anonymous parameters, prefixed with &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;. Each section will be ordered by ascending bug number. There are five aliases for the headers:&lt;br /&gt;
* &amp;lt;code&amp;gt;old&amp;lt;/code&amp;gt; – &amp;lt;code&amp;gt;From released versions before &amp;lt;parent version&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;dev&amp;lt;/code&amp;gt; – &amp;lt;code&amp;gt;From the &amp;lt;parent version&amp;gt; development versions&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;previous&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;prev&amp;lt;/code&amp;gt; – &amp;lt;code&amp;gt;From the previous development version&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;hotfix&amp;lt;/code&amp;gt; – &amp;lt;code&amp;gt;From the current version, hotfixed&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;private&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;priv&amp;lt;/code&amp;gt; - &amp;lt;code&amp;gt;Private issues&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The parent version number only shows up correctly if {{tl|Infobox version}} is on the same page, as it uses that template to determine the parent version. As a result, it might not appear when previewing sections.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt; parameter can be set to change the [https://bugs.mojang.com/secure/BrowseProjects.jspa?selectedCategory=all project] from the default (MC).&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
* &amp;lt;code&amp;gt;MC&amp;lt;/code&amp;gt; – Java Edition&lt;br /&gt;
* &amp;lt;code&amp;gt;MCPE&amp;lt;/code&amp;gt; – Bedrock Edition, Education Edition&lt;br /&gt;
* &amp;lt;code&amp;gt;MCL&amp;lt;/code&amp;gt; – Launcher&lt;br /&gt;
* &amp;lt;s&amp;gt;&amp;lt;code&amp;gt;MCE&amp;lt;/code&amp;gt; – Minecraft Earth&amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;MCD&amp;lt;/code&amp;gt; – Minecraft Dungeons&lt;br /&gt;
&lt;br /&gt;
Use the &amp;lt;code&amp;gt;otherissuescount&amp;lt;/code&amp;gt; parameter to increment the fixed bugs counter manually if extra bug fix entries are added outside of this template.&lt;br /&gt;
&lt;br /&gt;
=== Tracker link ===&lt;br /&gt;
&lt;br /&gt;
A link to the issue tracker can be created by specifying one or more of the available query parameters:&lt;br /&gt;
* &amp;lt;code&amp;gt;fixedin&amp;lt;/code&amp;gt; – finds issues with a matching [https://confluence.atlassian.com/display/AOD/Advanced+Searching+-+Fields+Reference#AdvancedSearching-FieldsReference-FixVersion fixVersion] field.&lt;br /&gt;
* &amp;lt;code&amp;gt;notfixedin&amp;lt;/code&amp;gt; – finds issues without a matching fixVersion field.&lt;br /&gt;
* &amp;lt;code&amp;gt;affected&amp;lt;/code&amp;gt; – finds issues with a matching [https://confluence.atlassian.com/display/AOD/Advanced+Searching+-+Fields+Reference#AdvancedSearching-FieldsReference-AffectedVersion affectedVersion] field.&lt;br /&gt;
* &amp;lt;code&amp;gt;notaffected&amp;lt;/code&amp;gt; – finds issues without a matching affectedVersion field.&lt;br /&gt;
Alternatively, if you want to add a fuzzy matching filter, using following parameters which associated with parameters above:&lt;br /&gt;
* &amp;lt;code&amp;gt;fixedmatch&amp;lt;/code&amp;gt; – finds issues with a matching fixVersion field, but using fuzzy match instead.&lt;br /&gt;
* &amp;lt;code&amp;gt;notfixedmatch&amp;lt;/code&amp;gt; – finds issues without a matching fixVersion field, but using fuzzy match instead.&lt;br /&gt;
* &amp;lt;code&amp;gt;affectedmatch&amp;lt;/code&amp;gt; – finds issues with a matching affectedVersion field, but using fuzzy match instead.&lt;br /&gt;
* &amp;lt;code&amp;gt;notaffectedmatch&amp;lt;/code&amp;gt; – finds issues without a matching affectedVersion field, but using fuzzy match instead.&lt;br /&gt;
These are all comma-separated lists of version names. The &amp;lt;code&amp;gt;prefix&amp;lt;/code&amp;gt; argument can be specified to add a prefix before each fix version name.&lt;br /&gt;
&lt;br /&gt;
Especially, when &amp;lt;code&amp;gt;veralias&amp;lt;/code&amp;gt; is set, the &amp;lt;code&amp;gt;future&amp;lt;/code&amp;gt;(case insensitive) in the version list will be replaced to &amp;lt;code&amp;gt;Future Version - &amp;#039;&amp;#039;parentMajorVersion&amp;#039;&amp;#039;+&amp;lt;/code&amp;gt; for an unreleased version ({{tl|Infobox version}} required).&lt;br /&gt;
&lt;br /&gt;
For Java Edition versions after [[Java Edition 1.14.4 Pre-Release 7|1.14.4 Pre-Release 7]], there is no need to add any prefix.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Fixes|fixedin=20w16a&lt;br /&gt;
|;old&lt;br /&gt;
|37557|Sometimes a minecart sound plays/subtitle shown when loading a world.&lt;br /&gt;
|91163|Certain subtitles show up when the player is too far away to hear the sound.&lt;br /&gt;
|99727|Ghasts can be located using subtitles.&lt;br /&gt;
|154617|Server hangs on stop due to rcon.&lt;br /&gt;
&lt;br /&gt;
|;dev&lt;br /&gt;
|171020|New Nether biomes do not work properly in buffet worlds.&lt;br /&gt;
|175288|Creating a warped forest superflat world with decorations freezes.&lt;br /&gt;
|175919|Villagers sometimes stop farming.&lt;br /&gt;
|177136|All compasses and lodestone compasses point to the same target, regardless of what type of compass it is.&lt;br /&gt;
|177238|Windows symbolic link in {{mono|saves/}} is no longer followed as of 20w14a.&lt;br /&gt;
|177253|Running a &amp;lt;code&amp;gt;set_attributes&amp;lt;/code&amp;gt; function throws &amp;lt;code&amp;gt;java.lang.NullPointerException&amp;lt;/code&amp;gt; if it contains an undefined attribute.&lt;br /&gt;
|177316|Lodestone compass in item frame does not update after turning.&lt;br /&gt;
|177462|Respawn anchor explodes client side.&lt;br /&gt;
&lt;br /&gt;
|;prev&lt;br /&gt;
|177942|Fortresses do not generate in basalt deltas.&lt;br /&gt;
|177957|Texture is not correct on the white quartz brick or on the polished quartz brick.&lt;br /&gt;
|178368|Lodestone compass does not point to its lodestone block when rotated in an item frame.&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Fixes|fixedin=20w16a&lt;br /&gt;
|;From released versions before 1.16&lt;br /&gt;
|37557|Sometimes a minecart sound plays/subtitle shown when loading a world.&lt;br /&gt;
|91163|Certain subtitles show up when the player is too far away to hear the sound.&lt;br /&gt;
|99727|Ghasts can be located using subtitles.&lt;br /&gt;
|154617|Server hangs on stop due to rcon.&lt;br /&gt;
&lt;br /&gt;
|;From the 1.16 development versions&lt;br /&gt;
|171020|New Nether biomes do not work properly in buffet worlds.&lt;br /&gt;
|175288|Creating a warped forest superflat world with decorations freezes.&lt;br /&gt;
|175919|Villagers sometimes stop farming.&lt;br /&gt;
|177136|All compasses and lodestone compasses point to the same target, regardless of what type of compass it is.&lt;br /&gt;
|177238|Windows symbolic link in {{mono|saves/}} is no longer followed as of 20w14a.&lt;br /&gt;
|177253|Running a &amp;lt;code&amp;gt;set_attributes&amp;lt;/code&amp;gt; function throws &amp;lt;code&amp;gt;java.lang.NullPointerException&amp;lt;/code&amp;gt; if it contains an undefined attribute.&lt;br /&gt;
|177316|Lodestone compass in item frame does not update after turning.&lt;br /&gt;
|177462|Respawn anchor explodes client side.&lt;br /&gt;
&lt;br /&gt;
|;prev&lt;br /&gt;
|177942|Fortresses do not generate in basalt deltas.&lt;br /&gt;
|177957|Texture is not correct on the white quartz brick or on the polished quartz brick.&lt;br /&gt;
|178368|Lodestone compass does not point to its lodestone block when rotated in an item frame.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Template categories/interwiki here --&amp;gt;&lt;br /&gt;
[[cs:Šablona:Fixes]]&lt;br /&gt;
[[es:Plantilla:Errores solucionados]]&lt;br /&gt;
[[fr:Modèle:Corrections]]&lt;br /&gt;
[[ja:テンプレート:Fixes]]&lt;br /&gt;
[[ko:틀:Fixes]]&lt;br /&gt;
[[nl:Sjabloon:Fixes]]&lt;br /&gt;
[[ru:Шаблон:Исправления]]&lt;br /&gt;
[[th:แม่แบบ:Fixes]]&lt;br /&gt;
[[uk:Шаблон:Виправлення]]&lt;br /&gt;
[[zh:Template:Fixes]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Documentation categories/interwiki here --&amp;gt;&lt;br /&gt;
[[cs:Šablona:Fixes/doc]]&lt;br /&gt;
[[es:Plantilla:Errores solucionados/doc]]&lt;br /&gt;
[[fr:Modèle:Corrections/doc]]&lt;br /&gt;
[[ja:テンプレート:Fixes/doc]]&lt;br /&gt;
[[ko:틀:수정 사항/설명문서]]&lt;br /&gt;
[[nl:Sjabloon:Fixes/doc]]&lt;br /&gt;
[[ru:Шаблон:Исправления/док]]&lt;br /&gt;
[[th:แม่แบบ:Fixes/doc]]&lt;br /&gt;
[[uk:Шаблон:Виправлення/док]]&lt;br /&gt;
[[zh:Template:Fixes/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;RedX</name></author>
	</entry>
</feed>