Missing textures and models
Minecraft makes use of missing textures and missing models to handle potential errors present in the game's resources as well as resource packs.
Missing texture Edit
The missing texture is a dynamic placeholder texture used by Minecraft for handling cases where a suitable texture cannot be found. Outside of its use in missing models, this is almost always due to a texture being referenced which simply does not exist under that name.
The texture uses a prominent black
#000000 and magenta
#f800f8 checkerboard in Java Edition or a black
#000000 and magenta
#fc00ff checkerboard in Bedrock Edition, in order to stand out as much as possible in most cases. Using bright colors to indicate missing textures is industry standard. The black and magenta combination is most typically employed by games developed using the Source video game engine[1], although Minecraft itself does not use the engine.
While internally referred to as missingno, there is no file for the missing texture in Java Edition, and it therefore cannot be changed under intended mechanics. It is possible to overwrite the copies of it which appear in texture atlases with another texture using atlas json files,[2] although this is presumably not intended.
As of Java Edition 24w45a, there are four main ways in which the missing texture can appear without using a resource pack, all of which require commands. Hover over any text below saying "ids" for a list of namespaced IDs which return the missing texture when used in a given example command.
Occurrence | Example command | Bug report |
---|---|---|
Creating minecraft:block_marker particlesfor either air, cave air or void air |
/particle minecraft:block_marker{block_state:{Name:"[ids 1]"}}
|
MC-239407 — resolved as "Works As Intended". MC-270529 — resolved as "Fixed". MC-278165 — resolved as "Invalid". |
Creating minecraft:item particlesfor something using the air model |
see here | MC-278165 — resolved as "Invalid". |
Giving an item with an invalid tooltip_style component
|
/give @s ice[minecraft:tooltip_style=""]
|
MC-276673 — resolved as "Works As Intended". |
Giving an item with an invalid camera_overlay subcomponent
|
/give @s ice[equippable={slot:"head",camera_overlay:""}]
|
MC-277439 — resolved as "Works As Intended". |
History Edit
History of the texture itself Edit
[hide]Java Edition Beta | |||||||
---|---|---|---|---|---|---|---|
1.4 | ![]() | ||||||
[hide]Java Edition | |||||||
1.5 | 13w02a | ![]() | |||||
1.6.1 | 13w18a | ![]() | |||||
1.7.2 | 13w38a | ![]() | |||||
1.8 | 14w25a | Removed the anisotropic filtering option, meaning that the 2×2 checker is once again the only missing texture. | |||||
1.13 | 17w43a | ![]() | |||||
[hide]Pocket Edition Alpha | |||||||
v0.16.0 | build 5 | ![]() |
- b1.4-13w17a platform differences
The missing texture used in these versions would be generated differently depending on the operating system and Java version.[6]
Texture | Operating system | Java version | Notes | |
---|---|---|---|---|
b1.4 - 13w01b | 13w02a - 13w17a | |||
![]() |
![]() |
Windows XP |
|
Appears standard across all Windows versions. No smoothing. |
Windows 7[8] | ||||
Windows 10 |
| |||
Solaris 10[15] |
| |||
![]() |
![]() |
Windows 10 |
|
Minor differences in the x and u. No smoothing. |
![]() |
![]() |
MacOS 10.3.9[17] |
|
No smoothing - standard for non-Retina systems.[14] |
MacOS 10.5.8 |
| |||
MacOS 10.6.8[19] |
| |||
MacOS 10.14.6[14] |
| |||
![]() |
![]() |
MacOS 10.14.6[14] |
|
Monochromatic smoothing - standard for Retina systems.[14] |
![]() |
![]() |
MacOS 10.14.6 |
|
Uses polychromatic smoothing instead of monochromatic smoothing like above. |
![]() |
MacOS 10.3.9[21] |
|
Monochromatic smoothing. Almost identical to the above version, with almost unnoticeable single-pixel differences. | |
MacOS 10.5.8[22] | Unknown | |||
![]() |
MacOS 10.4.11 |
|
Polychromatic smoothing. | |
![]() |
![]() |
MacOS 10.14.6[14] | No smoothing. | |
![]() |
![]() |
MacOS 10.14.6[14] |
|
Monochromatic smoothing. |
![]() |
![]() |
MacOS 12.3.0[24] |
|
Appears to have been smoothed monochromatically with all non-white pixels subsequently set to black. |
![]() |
![]() |
Debian[25] |
|
No smoothing. |
Kubuntu 24.04 |
| |||
![]() |
![]() |
Debian[25] |
|
No smoothing. |
Debian under WSL2[26] |
| |||
Ubuntu |
| |||
Kubuntu 24.04 |
| |||
FreeBSD |
| |||
OpenBSD |
| |||
Solaris 11[28] |
| |||
![]() |
![]() |
Arch[30] |
|
No smoothing. |
Ubuntu 23.10 |
| |||
![]() |
Kubuntu 24.04 |
|
No smoothing. | |
![]() |
Arch 6.1.1[31] |
|
No smoothing. |
General history Edit
[hide]Java Edition Beta | |||||||
---|---|---|---|---|---|---|---|
1.4 | The game now generates missing textures for absent assets. | ||||||
Prior to this version, the game would outright crash if a texture could not be loaded. | |||||||
The texture does not exist in the vanilla game files as an image, and must be induced through either modding (such as simply deleting existing texture files from the jar) or major glitches which cannot be reliably reproduced.[32][33][34][35] | |||||||
[hide]Java Edition | |||||||
1.5 | 13w02a | The missing texture is now added to procedurally-generated block and item texture atlases (stitched_terrain.png and stitched_items.png). | |||||
13w09a | The missing texture is now used if an animated texture is provided, but no accompanying text file exists.[36][37] Previously, animated texture files would be accepted even without a text file. | ||||||
1.6.1 | 13w24b | The missing texture is now used if the game tries to load a texture file which is not valid. Previously, the game would seemingly outright refuse to load texture packs or resource packs containing invalid png files. | |||||
1.8 | 14w25a | With the merging of blocks-atlas and items-atlas into textures-atlas, blocks and items now both reference the same missing texture. | |||||
1.14 | 19w06a | Added particles.png-atlas with the deprecation of particles.png, containing a missing particle texture. | |||||
19w07a | Added paintings.png-atlas with the deprecation of paintings_kristoffer_zetterstrand.png, containing a missing painting texture. | ||||||
Textures which are not animated and not square are now supported, and no longer return the missing texture due to being interpreted as invalid animations. This change may have been due to some paintings not being perfect squares. | |||||||
19w08a | Added mob_effects.png-atlas with the removal of effect icons from inventory.png, containing a missing effect texture. | ||||||
1.15 | Pre-release 1 | textures-atlas has been split into seven other atlases, each having its own copy of the missing texture, rather than all of these referencing the same missing texture:
| |||||
1.19.3 | 22w42a | Added hanging_signs.png-atlas, containing a missing hanging sign texture. | |||||
22w46a | Merged hanging_signs.png-atlas into signs.png-atlas; all types of signs now reference the same missing texture. | ||||||
1.19.4 | 23w04a | Added armor_trims.png-atlas, containing a missing armor trim texture. | |||||
23w07a | Added decorated_pot.png-atlas, containing a missing decorated pot texture. | ||||||
Pre-release 3 | F3+S now dumps all dynamic textures to the screenshots folder. This includes the missing texture (as minecraft_missingno.png), alongside every texture atlas containing one. | ||||||
1.20.2 | 23w31a | Added gui.png-atlas with the deprecation and splitting of many files, containing a missing user interface sprite texture. | |||||
1.20.5 | 24w12a | Added map_decorations.png-atlas with the deprecation of map_icons.png, containing a missing map icon texture. | |||||
1.21.2 | 24w33a | Clouds no longer use the missing texture if the texture cannot be loaded; they instead simply do not render, and a dedicated error message is produced in the log. | |||||
? | An error is no longer produced in the output log if a model is loaded which does not resolve a texture reference. | ||||||
? | The error produced for some[more information needed] cases of missing textures has changed: Missing resource [path] referenced from [path] | ||||||
1.21.4 | 24w45a | An error is once again produced in the log if a model does not resolve a texture reference.[38] | |||||
An error is also now produced if a model fails to define a particle texture for a block.[39] | |||||||
[hide]Pocket Edition Alpha | |||||||
v0.16.0 | build 5 | Presumably the version that added the missing texture. It is predefined as an actual file, rather than generated by the game. |
Missing model Edit

In an analogous fashion to the missing texture being used for instances where no texture is defined, the missing model is use in cases where no model is defined, or the model is invalid.
By default, the missing model is a full 16×16 cube which uses the missing texture on all six faces. These faces are culled accordingly where possible. Only two faces will have the same color at each vertex, rather than the three one may expect; Mojang have decided to not fix this.[40]
The missing model is obviously also never intended to appear in standard gameplay, and uses the missing texture again to appear prominent and highlight errors to fix.
Contrary to popular belief, no central "missing texture block" has ever existed in the game; all cases of blocks which use this model are due to another block simply having no assigned texture or model.
History Edit
History of the model itself Edit
Block Edit
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w06b | ![]() ![]() | |||||
It is worth noting that despite being 8x8x8, it maps the entire 16x16 texture on each side as opposed to only the central 8x8 section. This results in no visual oddities for the 2x2 missing texture due to it already only having four distinct square regions at each corner. | |||||||
14w10a | ![]() ![]() | ||||||
14w25a | Removed the anisotropic filtering option, meaning that the 2x2 checker is once again the only missing texture, and the missing model that uses it the only missing model. | ||||||
1.13 | 17w43a | ![]() |
Item Edit
- Inventory
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w25a | ![]() | |||||
1.9 | 15w31a | ![]() | |||||
1.13 | 17w43a | ![]() | |||||
1.15 | 19w39a | ![]() | |||||
19w40a | ![]() | ||||||
pre3 | ![]() | ||||||
pre4 | ![]() | ||||||
1.17 | 21w10a | ![]() |
- Dropped
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w25a | ![]() ![]() | |||||
1.9 | 15w31a | ![]() ![]() | |||||
1.13 | 17w43a | ![]() ![]() |
- Fixed
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w25a | ![]() | |||||
14w31a | ![]() | ||||||
1.9 | 15w31a | ![]() | |||||
1.13 | 17w43a | ![]() |
- Held, first person
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w25a | ![]() | |||||
1.9 | 15w31a | ![]() | |||||
![]() | |||||||
1.13 | 17w43a | ![]() ![]() |
- Held, third person/other entity
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w25a | ![]() | |||||
![]() | |||||||
14w29a | ![]() ![]() | ||||||
14w30a | ![]() ![]() | ||||||
1.9 | 15w31a | The remaining invalid data value items like chests now use the full-size missing model. | |||||
![]() ![]() | |||||||
1.13 | 17w43a | ![]() ![]() ![]() ![]() | |||||
1.15 | 19w39a | Fixed the rendering bug that caused translucent items with broken models to render very strangely around entities and translucent objects, likely as part of the fix to MC-9553. |
General history Edit
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.8 | 14w06b | The missing model has been added as a model file under models/block/missingno.json. | |||||
Prior to this version, the game would crash with a NullPointerException if it tried to render a block with no defined model.[41] | |||||||
14w07a | Invalid model files will now cause the missing model to be loaded in their place. Previously, no model would be loaded at all, and the block in question would appear completely empty. | ||||||
14w18a | The missing model is now hardcoded and cannot be modified by resource packs, as to prevent a crash if the model is replaced by something invalid.[42] | ||||||
As a result, it is also absent from the jar file from this point onwards. | |||||||
14w25a | The block breaking animation now applies properly to the model; previously, blocks that used it would appear to light up when broken (similarly to the tops and bottoms of beds before 14w10a) without displaying the cracking animation properly. | ||||||
The missing model now uses the missing texture for its particles. Particle textures were previously hardcoded per block ID and could not be changed. | |||||||
1.21.2 | 24w33a | The missing model is now affected by colors for biomes, tinted items, and so on.[43] | |||||
24w40a | The missing material, used by the missing model for particles, is now defined in the block model .java rather than the missing model .java. |
Missing font character Edit
Much like for missing textures and missing models, Minecraft also uses a graphic for rendering Unicode characters when it cannot find a valid texture. This appears as a hollow rectangle, sometimes referred to as "tofu".
Generally, in fonts, the .notdef character is used for this purpose, and is defined per-font. However, Minecraft's missing font character is hardcoded and cannot be configured by resource packs.
The missing font character is most often seen when trying to render a character for which no fonts currently define a glyph. It can also be seen when the game attempts to render a character with an invalid texture, such as one whose dimensions exceed 256 pixels on one or both axes. In this case, the horizontal width of the character will still be used, causing either large gaps in text or the missing glyph to intersect the next character, a bug which Mojang has decided not to fix.[44]
History Edit
History of the character itself Edit
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.13 | pre7 | ![]() | |||||
Before this version, characters without defined glyphs would simply render as blank and of minimum width. | |||||||
pre9 | ![]() | ||||||
1.13.1 | 18w30a | ![]() |
General history Edit
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.13 | pre6 | Characters without a defined texture now print an error to the game log. | |||||
pre7 | The error message now includes the ID of the character in question. | ||||||
pre8 | Errors are no longer printed for characters without defined textures. | ||||||
1.13.1 | 18w30a | The missing glyph is now used for invalid font characters, such as those with dimensions too large; previously they would fall back to the default font. | |||||
1.16 | 20w17a | Raw JSON text format now supports applying any font to text, allowing for the missing font character to be seen with more accessible characters, or with any character if a nonexistent font is specified.[note 1] | |||||
1.21.2 | Pre-Release 2 | Characters without a defined texture now print an error to the game log once again.[46] |
Other missing assets Edit
Missing and misconfigured sounds are not played at all. Errors are still logged in the game output when attempting to play a sound event with no assigned sound, for example.
Notable bugs Edit
Examples of cases where the missing model is not used Edit
By definition, any block which does not use a model does not use the cubic missing model. If a model is still not defined for the block, however, this will likely still reflect in the block's particles.
Block | Reason |
---|---|
The block is hardcoded to be invisible. Despite having empty physical model data, defining such a model does not change it. | |
The block renders as an entity would. As of 1.21.1, all entity models besides item frames and glow item frames remain hardcoded. | |
In addition to using an entity model, these blocks use a layering system to define textures. | |
This is a highly technical block which is only used in specific circumstances, with its own special rendering method. | |
These blocks utilize a "starfield" effect which is incompatible with the functionality of models. | |
Fluid rendering is hardcoded and their handling differs significantly from blocks. |
The vast majority of entity models are also completely hardcoded. There are two notable exceptions in the item frame and glow item frame, which do in fact have customizable models. Therefore, the item frame and glow item frame are the only two entities which are capable of using the missing model; all other entities may lose their texture, but retain the same model shape.
Entities that exist to extend the behaviour of blocks, such as falling sand and primed TNT, reference block models, and therefore will use the missing model if required. In addition, other entities that incorporate block models, such as mooshrooms, endermen holding blocks, and minecarts containing blocks, will use the missing model for the part that references the block model, but the entity model itself will remain intact.
Horses are a particularly interesting example of an entity which are discussed further in a later section. In multiple version ranges, certain invalid horses can either appear completely invisible or have a solid white texture, neither of which are the missing model.
Translucency ordering Edit
From 14w25a up to 19w38b, there existed a remarkable visual bug where missing models associated with blocks that used translucent rendering (such as ice, stained glass, stained glass panes and slime blocks) would interact anomalously with the rendering of transparent blocks in the world, as well as of entities, including the holder. Unlike normal missing models, translucent blocks and other entities would render in front of such a model when held, even if they were physically farther away from the camera. However, this only applies if the distant entity or transparent block in question is not first occluded by the player model. As a result, the held translucent block can form a player-shaped silhouette around the player model in front of a background made of entities (such as paintings) or translucent blocks.
This effect can be seen without the use of resource packs up to 17w46a simply by holding ice, stained glass, stained glass panes or slime blocks of an invalid data value. For versions 17w47a up to 19w38b a resource pack is required to break the model of an existing translucent item, and from 19w39a the bug is no longer present at all.
-
Normal player model for shape reference
-
Missing model belonging to a non-translucent item
-
Missing model belonging to a translucent item, resulting in a player outline forming behind it
This effect also happened to particles and certain other objects in-game from 13w41a onwards.
Unloading the default resources Edit
If a sufficiently broken resource pack is loaded, the game will catch such resource packs and unload them automatically if errors were detected. From 17w43a up to the full release of 1.13, this also included the default resources, meaning that applying a flawed resource pack would result in all assets being unloaded, and as such the missing error assets appearing everywhere.
From 18w30a onwards, the game was made to unload all resource packs except the default resources in cases like these.[47]
- Layered textures
Certain game objects do not use textures in the standard way, instead layering them on top of each other. Horses use these for their pattern variants, and banners for each banner pattern. When there is no texture to pick from, these instead appear completely white. If the textures in question have already been loaded into the game, it is not possible to unload them even if all other textures are unloaded.
As shields use an item model, even though said item model points to an entity model, it appears as a missing model even though it makes use of texture layering.
Tropical fish, despite also using composite textures to distinguish variants, do not turn white if a texture cannot be loaded, and instead use the usual checkerboard (which is tinted in certain cases).
The screenshots below also demonstrate that player skins, despite not being layer-based, are also not unloaded due to not being resource pack dependent.
-
Horses and banners with no textures loaded
-
Horses and banners with textures persisting after everything else has been unloaded
- Main menu
It is interesting to note how this bug highlights different changes to parts of the game through 1.13's development. Focusing on the main menu, for example, reveals multiple details:
- From 17w43a up to 18w22c, the menu appears as in the first image. The panorama cube is clearly visible, with each square replaced with the missing texture.
- From 1.13-pre1 up to 1.13-pre5, the main menu background is now a large missing texture itself, obscuring the view of the panorama cube. This is likely due to the introduction of the panorama_overlay.png texture file in this version, which is responsible for the whitish gradient effect visible above the panorama; previously the gradient was hardcoded and unable to be changed with resource packs.
- In 1.13-pre6, the font does not seem to load at all.
- In 1.13-pre7 and 1.13-pre8, the newly-implemented missing font character is used for all non-space glyphs; in versions before 1.13-pre6, they instead used colors from the missing texture, implying that the font was reading from the missing texture itself as though it were a font texture file.
- From 1.13-pre9 up to the full release of 1.13, due to the missing font character visually changing, this also manifests visually; the interior is black rather than transparent.
- Enchantment glint
Interestingly, the rendering of the enchantment glint on items to which it applies appears different when all assets are unloaded, compared to cases where the enchantment glint image file and its associated mcmeta are deleted instead. For the unloaded case, the texture is rendered much smaller and moved much slower. This is due to the enchantment glint's rendering being tied to the size of the atlas - since unloading all textures results in a 16×16 atlas consisting of only the missing texture, the effect is exaggerated.[48]
Unenchanted | Normal | Deleted | Unloaded | |
---|---|---|---|---|
JE1 | ![]() |
![]() |
![]() |
? |
JE2 | ![]() |
![]() |
![]() |
? |
JE3 | ![]() |
![]() |
![]() |
![]() |
Trivia Edit
- 14w04b is the last Java Edition version in which the missing texture cannot be encountered in the vanilla game without resource packs:
- From 14w05a through 14w21b inclusive, the end portal item uses the missing texture.
- In 14w25a, the version directly following 14w21b, the end portal item is removed, but all invalid data value items use the missing item model.
- In addition, this is the first version that allows the use of the
/particle
command to generate block particles, which includes particles for invalid blocks such as air. This functionality is temporarily removed in later snapshots and the full release of 1.8, but returns soon after, and the missing texture can still be seen via invalid data value items.
- In addition, this is the first version that allows the use of the
- In 17w47a, invalid data value items are effectively removed, however it is still possible to generate missing texture particles if the air item is specified. From 24w09a, this could crash the game, and from 1.20.5 Pre-Release 1, is now forbidden.
- Since 21w42a, it has been possible to create block_marker particles which use the missing texture by referencing air, cave air or void air. This continues to the latest version.
- The missing texture can be seen in the official version banners for 14w10a and 17w47a, and is also referenced by the banner for 13w24a.
-
14w10a
-
17w47a
Gallery Edit
-
What it looks like when the rain texture is missing.
-
The missing texture graphic used in several Source Engine games (debugempty.vtf), on which the Minecraft texture is based.
-
The 2019 Classic remake also has a missing texture.
Notes Edit
- ↑ Example command: /tellraw @p {"text": "ABCDEFGHIJKLMNOPQRSTUVWXYZ\nabcdefghijklmnopqrstuvwxyz\n0123456789↊↋", "font": "fontthatdoesnotexist"}
ID lists Edit
Lists of relevant IDs for commands listed in previous sections.
- ↑
minecraft:air
minecraft:cave_air
minecraft:void_air
References Edit
- ↑ "Missing content" – developer.valvesoftware.com.
- ↑ MC-277702
- ↑ https://youtu.be/nJun57MSyYY
- ↑ Many screenshots from bug tracker tickets feature this version of the texture:
- MC-31886 — resolved as "Duplicate".
- MC-31913 — resolved as "Duplicate".
- MC-31883 — resolved as "Fixed".
- MC-47653 — resolved as "Fixed".
- MC-50238 — resolved as "Duplicate".
- MC-50252 — resolved as "Duplicate".
- MC-50254 — resolved as "Fixed".
- MC-50266 — resolved as "Duplicate".
- MC-50385 — resolved as "Duplicate".
- MC-50447 — resolved as "Works As Intended".
- ↑ https://web.archive.org/web/20140328101841/https://mojang.com/2014/03/minecraft-snapshot-14w10a/
- ↑ "Missing texture generator" by NeRdTheNed – GitHub, September 17, 2021.
- ↑ "[MC-8149] Redstone Dust appears as a piece of code in the HUD - Jira" – Mojira, January 23, 2013. Resolved as "Fixed".
- ↑ "[MC-7861] wrong door particle effect - Jira" – Mojira, January 18, 2013. Resolved as "Duplicate".
- ↑ "[MC-6865] No texture on breaking doors particle - Jira" – Mojira, January 10, 2013.
- ↑ "[MC-10625] Missing textures in texture packs - Jira" – Mojira, March 1, 2013. Resolved as "Invalid"."[MC-10682] Animations missing - Jira" – Mojira, March 1, 2013. Resolved as "Duplicate".
- ↑ "[MC-17999] high grass shows "missing texture" when it gets signal from a level-3-repeater - Jira" – Mojira, June 15, 2013. Resolved as "Incomplete".
- ↑ "[MC-10328] Texture pack won't animated or missing textures - Jira" – Mojira, February 26, 2013. Resolved as "Duplicate".
- ↑ "[MC-12026] water texure pack is missing - Jira" – Mojira, March 16, 2013.
- ↑ Jump up to: a b c d e f g h i j k l "Text based textures generated by MC-TextureGen may differ from official generated textures (larger sample size needed)" by NeRdTheNed – GitHub, September 19, 2021.
- ↑ https://discord.com/channels/361634042317111296/433407899403026434/1071555493904011294
- ↑ https://discord.com/channels/361634042317111296/433407899403026434/1074447704450670672
- ↑ Jump up to: a b "Missing texture generator" by NeRdTheNed – GitHub, September 17, 2021.
- ↑ "[MC-7319] missing textures for new 1.5 blocks and items - Jira" – Mojira, January 12, 2013. Resolved as "Duplicate".
- ↑ Jump up to: a b "Missing texture generator" by NeRdTheNed – GitHub, September 17, 2021.
- ↑ "Text based textures generated by MC-TextureGen may differ from official generated textures (larger sample size needed)" by NeRdTheNed – GitHub, September 19, 2021.
- ↑ Jump up to: a b "Text based textures generated by MC-TextureGen may differ from official generated textures (larger sample size needed)" by NeRdTheNed – GitHub, September 19, 2021. (also refer to other specifications in source)
- ↑ "[MC-7208] Missing quartz, hopper, and comparator textures - Jira" – Mojira, January 12, 2013. Resolved as "Fixed".
- ↑ "[MC-7267] Missing textures for new blocks/items (redstone block, hopper, quartz) - Jira" – Mojira, January 12, 2013. Resolved as "Duplicate".
- ↑ Jump up to: a b "Text based textures generated by MC-TextureGen may differ from official generated textures (larger sample size needed)" by NeRdTheNed – GitHub, October 19, 2023.
- ↑ Jump up to: a b https://discord.com/channels/361634042317111296/433407899403026434/1062142954837377105
- ↑ "Missing texture generator" by forkiesassds – GitHub, September 19, 2021.
- ↑ "debug.stitched_items.png and debug.stitched_terrain.png (UBUNTU LINUX, 1.5.1) with 21w37a screenshot" (Archive) by MrRhino684 – Imgur, September 18 2021.
- ↑ https://discord.com/channels/361634042317111296/433407899403026434/1074451519673483415
- ↑ https://discord.com/channels/361634042317111296/433407899403026434/1074447243018506280
- ↑ https://discord.com/channels/361634042317111296/433407899403026434/986983086845730856
- ↑ https://discord.com/channels/361634042317111296/433407899403026434/1061086331247284295
- ↑ https://www.minecraftforum.net/forums/archive/legacy-support/1805293-client-problems-game-isnt-even-playable
- ↑ https://www.minecraftforum.net/forums/discussion/175235-most-usless-item-block/previous
- ↑ https://www.minecraftforum.net/forums/archive/legacy-support/1841577-weird-rain-bug
- ↑ https://www.minecraftforum.net/forums/support/java-edition-support/1947231-missing-tex-inventory-screen-and-other-item-uis
- ↑ https://web.archive.org/web/20200728074157/http://www.mojang.com/2013/02/minecraft-snapshot-13w09a/
- ↑ MC-10625
- ↑ MC-276828
- ↑ MC-236295
- ↑ "[MC-239083] Missing model textures do not match up correctly at each corner - Jira" – Mojira, October 16, 2021. Resolved as "Won't Fix".
- ↑ MC-47560 — resolved as "Fixed".
- ↑ MC-50073 — resolved as "Fixed".
- ↑ MC-277830
- ↑ "[MC-277677] Invalid font characters remember their width and the placeholder glyph incorrectly uses it - Jira" – Mojira, October 18, 2024. Resolved as "Won't Fix".
- ↑ https://cdn.skye.lol/diffs/1.13_to_18w30a.html, line 17 of net/minecraft/client/render/font/MissingGlyph.java: changed -16777216 (full opacity black) to 0 (no opacity black)
- ↑ MC-276813 — resolved as "fixed".
- ↑ "[MC-123756] Trying to load broken resource pack also disables all intact resource packs ("Caught error stitching, removing all assigned resourcepacks") - Jira" – Mojira, January 2, 2018. Resolved as "Cannot Reproduce".
- ↑ "[MC-276841] Enchantment glint rendering depends on the current size of the texture atlas - Jira" – Mojira, September 19, 2024. Resolved as "Unresolved".
Edit
[hide] | |
---|---|
General mechanics | |
Survival |
|
Combat | |
Environment | |
Movement | |
User interface | |
Visuals | |
Outdated | ![]() |