![]() |
VOOZH | about |
This template is used to create the fixes section of version pages.
A list of bugs is created simply by putting the bug number (prefix optional, and is ignored) and a title (usually the bug's title on the tracker) in anonymous parameters. If the title contains a =, it needs to be escaped with the template {{=}}.
The list of bugs can be separated into sections with headers, which are also anonymous parameters, prefixed with ;. Each section will be ordered by ascending bug number. There are five aliases for the headers:
old – From released versions before <parent version>dev – From the <parent version> development versionsprevious/prev – From the previous development versionhotfix – From the current version, hotfixedprivate/priv - Private issuesThe parent version number only shows up correctly if {{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.
The project parameter can be set to change the project from the default (MC).
Example:
MC – Java EditionMCPE – Bedrock Edition, Education EditionMCL – LauncherMCE – Minecraft EarthMCD – Minecraft DungeonsUse the otherissuescount parameter to increment the fixed bugs counter manually if extra bug fix entries are added outside of this template.
A link to the issue tracker can be created by specifying one or more of the available query parameters:
fixedin – finds issues with a matching fixVersion field.notfixedin – finds issues without a matching fixVersion field.affected – finds issues with a matching affectedVersion field.notaffected – finds issues without a matching affectedVersion field.Alternatively, if you want to add a fuzzy matching filter, using following parameters which associated with parameters above:
fixedmatch – finds issues with a matching fixVersion field, but using fuzzy match instead.notfixedmatch – finds issues without a matching fixVersion field, but using fuzzy match instead.affectedmatch – finds issues with a matching affectedVersion field, but using fuzzy match instead.notaffectedmatch – finds issues without a matching affectedVersion field, but using fuzzy match instead.These are all comma-separated lists of version names. The prefix argument can be specified to add a prefix before each fix version name.
Especially, when veralias is set, the future(case insensitive) in the version list will be replaced to Future Version - parentMajorVersion+ for an unreleased version ({{Infobox version}} required).
For Java Edition versions after 1.14.4 Pre-Release 7, there is no need to add any prefix.
{{Fixes|fixedin=20w16a
|;old
|37557|Sometimes a minecart sound plays/subtitle shown when loading a world.
|91163|Certain subtitles show up when the player is too far away to hear the sound.
|99727|Ghasts can be located using subtitles.
|154617|Server hangs on stop due to rcon.
|;dev
|171020|New Nether biomes do not work properly in buffet worlds.
|175288|Creating a warped forest superflat world with decorations freezes.
|175919|Villagers sometimes stop farming.
|177136|All compasses and lodestone compasses point to the same target, regardless of what type of compass it is.
|177238|Windows symbolic link in {{mono|saves/}} is no longer followed as of 20w14a.
|177253|Running a <code>set_attributes</code> function throws <code>java.lang.NullPointerException</code> if it contains an undefined attribute.
|177316|Lodestone compass in item frame does not update after turning.
|177462|Respawn anchor explodes client side.
|;prev
|177942|Fortresses do not generate in basalt deltas.
|177957|Texture is not correct on the white quartz brick or on the polished quartz brick.
|178368|Lodestone compass does not point to its lodestone block when rotated in an item frame.
}}
From released versions before 1.16
From the 1.16 development versions
set_attributes function throws java.lang.NullPointerException if it contains an undefined attribute.From the previous development version