Minecraft Wiki
Advertisement
This is the documentation page, it should be transcluded into the main template page. See Πρότυπο:Documentation for more information
Lua logo
This template uses Module:Fixes, a script written in Lua.
Please see wp:Lua and mw:Extension:Scribunto to learn more.

This template is used to create the fixes section of version pages.

Usage

Bug list

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.

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 three aliases for the headers:

  • oldFrom released versions before <parent version>
  • devFrom the <parent version> development versions
  • previousFrom the previous development version
  • hotfixFrom the current version, hotfixed

The project parameter can be set to change the project from the default (MC).

Tracker link

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.

These are all comma separated lists of Minecraft versions, without the "Minecraft" prefix.

Example

{{fixes|fixedin=14w02c
|;From released versions before 1.8
|2789|Unbreakable blocks in adventure mode: Hay Block, TNT, Silverfish, Piston, Cactus, Bed, Fire, Sponge
|3583|<code>java.lang.NullPointerException: Exception ticking world (at ml.c(SourceFile:199)) (Corrupted Nether chunks)</code>
|5506|Villagers offer Enchanted Book trades you can't possibly do
|9539|{{cmd|kill}} command still doesn't work from multiplayer server console
|9787|the game crashes when trading with villagers
|14617|Difficulty settings from one single player world carry over into another
|14861|teleporting using commands resets the velocity
|17624|Breaking stairs graphical glitch
|29588|<code>Hopper: java.lang.NullPointerException - Invalid Biome id</code>
|30135|<code>Hopper: java.lang.NullPointerException: Getting biome</code>
|33071|"<code>Data tag parsing failed: Unbalanced quotation</code>" when parsing strings with semicolons.
|37075|<code>Hopper: java.lang.NullPointerException: Exception generating new chunk</code>
|38637|Maps framed on east or west sides of blocks are darker than north or south sides

|;From the 1.8 snapshots
|44370|Item Entity falling on Farmland destroys the Farmland
|44371|{{cmd|kill|@e}} does not kill arrows
|44390|<code>@a</code> doesn't work with all commands

|;From the previous snapshot
|44400|{{cmd|clear}} does not respect "max count" when above 0
|44409|{{cmd|blockdata}} with CommandBlocks not updating
|44442|Water/Lava Not Flowing "Smart"
|44468|Using <code>@a</code> with scoreboard assigns things per UUID not name
|44680|Jungle Temple in plains biome
}}
21 issues fixed
From released versions before 1.8
  • MC-2789 – Unbreakable blocks in adventure mode: Hay Block, TNT, Silverfish, Piston, Cactus, Bed, Fire, Sponge
  • MC-3583java.lang.NullPointerException: Exception ticking world (at ml.c(SourceFile:199)) (Corrupted Nether chunks)
  • MC-5506 – Villagers offer Enchanted Book trades you can't possibly do
  • MC-9539/kill command still doesn't work from multiplayer server console
  • MC-9787 – the game crashes when trading with villagers
  • MC-14617 – Difficulty settings from one single player world carry over into another
  • MC-14861 – teleporting using commands resets the velocity
  • MC-17624 – Breaking stairs graphical glitch
  • MC-29588Hopper: java.lang.NullPointerException - Invalid Biome id
  • MC-30135Hopper: java.lang.NullPointerException: Getting biome
  • MC-33071 – "Data tag parsing failed: Unbalanced quotation" when parsing strings with semicolons.
  • MC-37075Hopper: java.lang.NullPointerException: Exception generating new chunk
  • MC-38637 – Maps framed on east or west sides of blocks are darker than north or south sides
From the 1.8 snapshots
  • MC-44370 – Item Entity falling on Farmland destroys the Farmland
  • MC-44371/kill @e does not kill arrows
  • MC-44390@a doesn't work with all commands
From the previous snapshot
  • MC-44400/clear does not respect "max count" when above 0
  • MC-44409/blockdata with CommandBlocks not updating
  • MC-44442 – Water/Lava Not Flowing "Smart"
  • MC-44468 – Using @a with scoreboard assigns things per UUID not name
  • MC-44680 – Jungle Temple in plains biome
Advertisement