Skip to content

Faithful 32x Texturing Rules and Guidelines

Introduction

Faithful was meant to be a love letter to the artists that created the world of Minecraft. In doing a default style resource pack such as this, we pay respect to the art by following the design philosophies made by JAPPA in order to maintain Faithful. But since the pack was premised primarily on community contributions, the risk of inconsistency in the art loomed over us. We figured that with a set of rules or guidelines, these inconsistencies could be reduced and allow the pack to flourish. Initially, we tried to have minimal, ambiguous guidelines so as to not limit people’s creativity too much, in the hopes that artists would stick to approximately the same style. This proved to be too optimistic, and as the pack expanded, textures with increasing degrees of stylistic variety were added, hindering the overall consistency of the pack.
Whenever a texture that was borderline rule-breaking was made, it always led to controversy and a huge debate that would drag on for hours, and would never come to a clear conclusion.
The truth is, nobody really expressed a clear enough idea on what the pack’s style should be, nor were the preceding guidelines ever enforced heavily.
These new rules and guidelines aim to fix all of these problems, and will try to outline Faithful's stylistic direction with as much attention to detail and as much clarity as possible.

Part 1: Terms and Definitions

Over time, our community has adopted and come up with numerous terms regarding pixel art, texturing and art techniques. Since these guidelines use these terms extensively, a definitive dictionary must be made for the layman.

  1. (Colour) Blending refers to the method of transitioning one colour into another. It mostly occurs around the border between these two colours.
    There are many types of blending. The most important ones are listed here:

    1. No blending is a simple border between two or more colours, without any additional effects. An early in-development texture usually has no blending, which is added in later stages of the process.
      This type of blending is discouraged in most cases, because it usually ends up making the texture look “plasticky” and fails to portray the material of the texture.

    2. no blendingPicture 1: Example of a border between two colours, with no blending applied.
    3. Anti-Aliasing (AA) is a technique used to smooth the jaggedness of a pixelated border between colours. It uses an additional in-between colour (usually taken from somewhere else in the texture) to provide a smoother transition. This method is recommended to be used in conjunction with no blending on very smooth surfaces, like metal or plastic. It can also be used in small amounts on most other materials to eliminate drastic borders between light and dark colours.

    4. aliased and anti-aliasedPicture 2: A line with no anti-aliasing compared to a line with anti-aliasing applied to it.anti-aliasinganti-aliasingPicture 3: Example of anti-aliasing used in a texture featured in Faithful.
    5. Dithering is perhaps the most used texturing term in the Faithful servers. The word describes a method used very commonly for the many textures of raw, unprocessed materials found in Minecraft, such as stone, wood and others. To achieve dithering, one is required to displace the pixels of a colour border in such a way that said border is no longer as defined and has parts protruding in and out of the other colour.
      Dithering can be done in multiple ways:

      1. Checkerboard dithering (AKA checkering/checkerboarding) is not recommended in most cases, because it is too repetitive and usually doesn’t fit the material.
        Special cases include chainmail and sand (in small amounts). It looks like a checkerboard of two colours.

      2. checkerboard dithering transitionPicture 4: Checkerboard dithering used as a transition between two colours.
        checkerboard dithering texturePicture 5: Example of checkerboard dithering in a texture.
      3. Regular dithering is the single most used dithering method, as it can be utilised in the largest array of cases, and the vast majority of Faithful textures, be it in high or low levels. The technique consists of placing displaced pixels around the colour border (which look random, but oftentimes are cleverly laid out to avoid visual issues) in such a way that little to no checkerboarding/checkering is created. Displaced pixels usually take the shape of a single 1px square or a 2x1px rectangle, but never full-on intentional lines. Regular dithering doesn’t convey any sense of directionality!

      4. regular dithering texturePicture 6: Example of regular dithering in a texture.
      5. Linear dithering (LD) is just like dithering, but with displaced pixels taking the shape of (usually) 1px wide lines that all go in the same direction, most of the time vertically or horizontally. This method is best used for textures that already have a linear pattern in vanilla, such as stone or wood.

      6. linear dithering texturePicture 7: Example of linear dithering in a texture.

      Do note that all of these dithering methods can be mixed and matched at various intensities in a single texture. This is often required to accurately portray a desired material.

      mixed dithering texturesPicture 8: Examples of mixed dithering methods: linear and regular on stone, regular and hints of checkerboard dithering on sand, respectively.
    6. Colour banding describes the phenomenon of noticeable stripes of a single colour appearing as a result of using multiple colours for a transition. This is generally unwanted, just because it doesn’t look the best. Colour banding can be reduced by narrowing the individual colour stripes to be 1 pixel thick or so, but this method often can and does look bad. If it doesn’t work, keep the colours banded, it’s not that much of an issue.

    7. colour bandingPicture 9: Left: An example of a texture with noticeable colour banding. Right: The same texture, with colour banding mostly eliminated.
  2. Indexing colours refers to the process of reducing the colour count of an image. This is used when basing a texture off of its (usually) programmer art version, which oftentimes has needless amounts of colours. Since using too many colours would be against these guidelines, one is required to index them. This can be done automatically in an image editing program by using the Indexed Colours mode, but since that can cause problems, it’s recommended to either switch back to RGB/8 after indexing is done or to do the indexing manually.

  3. indexingindexingPicture 10: Left: An example of a texture with too many colours. Right: The same texture, with indexed colours.
  4. Upscaling (a texture) in Faithful's context refers to redrawing a vanilla-resolution texture in a higher resolution (32x or 64x) according to these guidelines. In other contexts, it can refer to an image whose resolution has been increased for example, all 1x1 pixels become 2x2 colour areas using an image editing program, and/or with an AI.

  5. JAPPA, or Jasper Boerstra is the current art director for Minecraft, formerly working on the game's art from 2017 to 2022.

  6. Programmer art (often colloquially referred to as “progart”) is an umbrella term that describes the textures and the general art style used in Minecraft before version 1.14 (except all of the new textures that were added in 1.13). These weren’t made by JAPPA, or any real artist, but by the developers of the game. Note that this term wasn’t coined by Mojang, and outside of the Minecraft resource pack community it refers to placeholder visuals usually created by the programmers as placeholders for new features. Which is what the pre-1.14 textures basically are, since most of the widely used ones were originally made by Notch in paint.net within a span of minutes.

  7. Jappa textures directly oppose Programmer Art. They were made by a single artist – JAPPA – and they have a consistent art style. They are featured in all versions after 1.14 inclusive.

  8. Jappa texturesPicture 11: Left: Programmer art oak planks. Right: Jappa oak planks.
  9. False lines are the occurrence of several elements and/or colour areas of a texture lining up in such a way that they create an illusion of a straight line, even when there is none in reality.

  10. false linesPicture 12: An example of false lines.
  11. Mixels describe pixels of clashing resolutions, for example if a texture uses 1x1 pixels and the other uses 2x2 pixels extensively, that would be considered mixels.

  12. mixel texturePicture 13: Example of mixels in a texture.
  13. A contrasty colour palette is a colour palette utilising colours which have high contrast between each other. Contrast in colour theory is defined as the difference in brightness or hue between two or more colours.

  14. false linesPicture 14: Left: example of a texture with low contrast. Right: example of a texture with high contrast.

Part 2: General Rules and Tips

Rules

These requirements apply to all textures unless specified otherwise and must all be met for a texture to be considered viable for Faithful.

  1. Textures need to mimic vanilla Minecraft textures, and should be heavily based upon them. This probably goes without saying, but it’s good to have it specified nonetheless. While you are not required to make your texture by directly editing the vanilla one, it is heavily recommended and usually helps your texture look better and closer to the default texture.

  2. Outlines, dividing lines and the like that would end up being 2 pixels wide when upscaled to double the resolution should almost always be 1 pixel wide. Pretty straight-forward, most lines in Faithful should be 1 pixel wide (examples: glass, gold block, iron ingot, diamond). There are exceptions to this, especially if a line is not an outline/dividing line, and/or is curvy, or would be off-centre if it was 1 pixel wide. In these cases it’s acceptable to make the line wider.

  3. outlinesPicture 15: Top: Vanilla texture. Bottom left: Incorrect interpretation of lines present in the vanilla texture. Bottom right: Correct interpretation.
  4. All textures are required to be shaded correctly according to their material and shape. Before shading a texture, define its material correctly (rough/smooth, shiny/non-reflective), and then use adequate shading methods. These are further described in the Material and Shape Reference List.

  5. shadingPicture 16: Left: Incorrectly shaded item (see the Material and Shape Reference List). Right: Correctly shaded item.
  6. All elements of a texture need to have their meaning, and should look like actual things instead of just shapes. Don’t just mindlessly upscale textures without paying attention to what they’re supposed to represent: When drawing an element of a texture, always think about what it’s supposed to represent in vanilla, and then draw the element according to this idea (while still keeping similarity to vanilla in mind, of course).

  7. correct upscalingPicture 17: Top: Vanilla texture. Bottom left: Incorrect upscale. Bottom right: Correct interpretation (note the individual leaves, which are required in double the resolution but aren’t possible to be depicted in the vanilla resolution).
  8. Textures should stick to the vanilla colour palette. Self-explanatory; try to only use the colours that the vanilla texture uses. If you’re trying to blend two colours together using anti-aliasing, you can usually re-use a colour from elsewhere in the texture. In difficult circumstances you can add colours to help you, but most of the time, one or two is enough. If the texture you’re upscaling already has many colours, you can use that to your advantage, but you should still keep the palette limited to more or less than 10 colours. Additionally, never change existing colours from the vanilla palette! If a vanilla texture uses 5 specific colours, make sure your texture uses these exact ones.
    This rule does not apply to animated textures that used to be generated procedurally in the past: e.g. water, lava, nether portal, fire and soul fire.

  9. Do not make up features/details that are not clearly present in the vanilla texture and don’t add them to your texture, unless not having them makes absolutely no sense in double the resolution. While upscaling a texture, one might have the tendency to add significant elements that are not present in vanilla. This is discouraged, as it makes a texture look too distant from the vanilla look most of the time. This also applies to various details in a texture: If appropriate, a normal amount is encouraged, but don’t overdo it.

  10. texture detailsPicture 18: Top: Vanilla texture. Bottom left: A texture with too many added details. Bottom right: A texture with just enough details and features.
  11. When blending colour using anti-aliasing or dithering, make sure that darkest colours never directly border the lightest ones and vice versa. Dirt is an example of this. Always have a transition colour in between the colours. In some cases this is desired, but not in many. If you’re a beginner Faithful contributor, always follow this rule.

  12. colour bordersPicture 19: Left: Improper colour borders. Note the very harsh-looking colour borders caused by the lack of a transition colour. Right: Correct colour transitions.
  13. Try to eliminate colour banding, if possible. As already described in previous sections, this can be done by cleverly reducing the width of each colour band to one or two pixels. Don’t brute force it though, in some cases where the colour palette is especially limited this can harm the texture overall. It’s certainly possible to do in most cases though.

  14. Unless it’s intentional and makes sense to have, there should never be large single-colour areas in your texture. This applies especially to raw materials like stone or wood. You can always break these areas up by using dithering or other methods.

  15. If a texture uses another texture as a base, use the already existing Faithful rendition of it, if available. An example of this would be stone and ores. Don’t make stone from scratch just for the ore texture. Make your life simpler and re-use existing textures when you can.

  16. already existing texturePicture 20: An ore texture. Note how the already existing stone texture is used in the background.
  17. If a texture would end up looking identical to vanilla when upscaled (while following all the above rules), it shall not be included in Faithful. Self-explanatory. Textures like these look exactly the same as vanilla when used in-game, and so they only bloat the pack and needlessly increase the file size.

  18. If a texture has issues noted on the Mojira website, Mojang's offical bug tracker, then changes should be made to fix them. Some examples of bugs that are allowed to be fixed include: unused/misaligned pixels or textures, “Jappafication” errors, and parity issues. Fixing bugs allows for the pack to have issues in textures resolved before they are added into the base game, which saves us time.

  19. Noise that was clearly generated using a filter is only to be kept if removing it would alter the general look of the texture too significantly. If noise is upscaled, its palette should be reduced to a minimum.

  20. when to remove noisePicture 21: In this particular texture, the noise is contrasty and visible enough to be kept and upscaled.
    texture with noise removedPicture 22: The shulker box is an example of a texture where the noise is barely visible, and therefore should be removed.

    Special rules and/or exceptions can apply to specific textures if the Art Director Council approves it.

Tips

  1. Mob faces can be particularly hard to interpret in only double the resolution. If all attempts at upscaling the face end up looking bad, it is acceptable to use a “mixel-face” – just keeping the vanilla mob face, without any edits, on an upscaled background.

  2. acceptable mob facePicture 23: An acceptable mob face.
  3. Dithering should not be overdone, unless you’re re-drawing a particularly noisy texture (e.g. sand). Also while dithering, try to avoid lone pixels, as in the ones that do not border other ones of the same colour.

  4. overdone ditheringPicture 24: A close-up of a colour transition with lone pixels, which should be avoided.
  5. Try to minimise the occurrence of stairing pixels, an example of which is shown below.

  6. stairing pixelsPicture 25: Left: Example of a colour transition featuring stairing pixels. Right: The same transition, with the stairing removed.

And most importantly, always get feedback from others while drawing a texture! It will help you improve in ways you wouldn’t even have thought of.

Part 3: Material and Shape Reference List

This section goes into detail about how to draw and shade specific materials and shapes.


Materials

There exists a correlation between the roughness and shininess of a material and the colour blending method. Generally, the rougher a material is, the more dithering you should use. The same applies to high-contrast colours and minimal colour blending for shiny materials.


Smooth metal should only use anti-aliasing as a colour blending method, or no blending at all. The colour palette should be limited and contrasty. In some cases mild linear dithering is acceptable if it’s required to keep the texture from looking like plastic. Additionally, in item textures, faces of an object which are in the shade should have a lighter outline (as well as the item outline itself) to simulate light reflection.

smooth metal texturesPicture 26: Examples of various smooth metal textures.

Rough metals such as raw ore blocks, netherite, anvils and even iron golems should follow the same lighting logic as regular metals while being dithered. Regular dithering should be used as the preferred method.

rough metal texturesPicture 27: Examples of rough metal textures.

Diamonds and other gemstones in Minecraft’s context should be shaded like reflective rocks more than anything – they usually don’t let much light pass through, unlike their real-life counterparts. Only anti-aliasing should be used here. For faces in the shade in item textures, the same shading logic as on smooth metal textures applies.

gemstone texturesPicture 28: Examples of gemstone textures.

Contiguous stones that are not broken up into smaller rocks are very rough, so they should use dithering as much as possible. For textures with a linear pattern (stone, dripstone), it is recommended to use a mixture of linear and regular dithering to emphasise the material even more. Anti-aliasing can be used here, but only when the material is smoother than usual, like with dripstone.

raw stone texturesPicture 29: Examples of contiguous raw stone textures.

Polished stones should use dithering (linear when applicable) a bit, but not nearly as much as raw stones. Instead, anti-aliasing should be used in heavier amounts to express the smoothness of the material. Smooth stone is a special case however, as it directly reuses regular stone’s texture pattern (which you should do as well, as per rule 10).

polished stone texturesPicture 30: Examples of polished stone textures.

Rocky materials such as cobblestone and netherrack should be dithered as much as raw stones, but unless the rocks are arranged in a clear linear pattern (like in the deepslate texture), linear dithering should never be used.

rocky material texturesPicture 31: Examples of rocky material textures.

Wood should use a lot of linear dithering and very minimal amounts of regular dithering. To smooth colour transitions, anti-aliasing can be used if it looks good.

wood texturesPicture 32: Examples of wood textures.

Most flowers, foliage, and other plant matter can use dithering (linear or regular) depending on the general roughness/smoothness of the surface. While flower petals can employ this shading method, genuine leaves should never use dithering.

plant texturesPicture 33: Examples of plant textures.

Corals should mainly use anti-aliasing, but regular dithering is also acceptable.

coral texturesPicture 34: Examples of coral textures.

Sand and other powdery materials should be heavily dithered: there should be no large contiguous area of a single colour. Even checkerboard dithering can be used in this case, in small amounts. Anti-aliasing is encouraged to a smaller degree. This also applies to gravel, where the individual rocks that make up the material are clearly visible.

powdery texturesPicture 35: Examples of powdery textures.

Bee nests are to be shaded the same way wood is.


Honey and slime should not feature any dithering at all, only using anti-aliasing to smooth the colours.


Glazed terracotta should only use minimal amounts of anti-aliasing when required, otherwise no colour blending should be present.

glazed terracotta texturesPicture 36: Examples of glazed terracotta textures.

Glass can use small amounts of dithering for the frame. This does not apply to items.


Bones (including skeletons) should ideally mainly use anti-aliasing, with a bit of occasional linear dithering sprinkled in, near colour transitions. This applies to tusks as well.

bone texturesPicture 37: Examples of bone textures.

Cloth and paper should both be shaded approximately the same way, with the only difference being that cloth should have more linearity. Anti-aliasing should be the main colour blending method for these materials.


Skin (in mob textures) and leather should mainly use anti-aliasing. Not using many colour blending methods can lead to heavy colour banding and looking plasticky, so this is a reminder to try and eliminate that if possible. Depending on the roughness of a specific skin type, linear and regular dithering can also be used to communicate the feel of the material.

skin texturesPicture 38: Examples of skin textures.

Creepers are quite mind boggling. The texture was originally made from the leaves texture used in Alpha, but since a lot of noise has been overlaid on top, the texture no longer looks anything close to leaves, not to mention Alpha leaves barely resemble leaves in the first place. Basically, nobody knows how to shade this chaos of a material properly, so we just indexed the texture and used a combination of all the techniques listed here to create a chaotic material that doesn't really represent anything. Worked surprisingly well.


Fur and hair should employ linear dithering, but in such a way that it creates visible strands of hair. Some regular dithering and anti-aliasing can also come in handy. This applies to wool on sheep as well.

fur/hair texturesPicture 39: Examples of fur/hair textures.

Fish entities should have clearly visible scales present where appropriate (don’t just draw a checkerboard!). Basically all colour blending methods can be used here.

fish texturePicture 40: Example of a fish texture.

Shapes


Cylindrical type objects such as iron bars, individual dynamite sticks that make up TNT and metal railings should have visible shades along both sides and a highlight on the side near the centre like so:

cylindrical type objectsPicture 41: An example showing how to shade cylindrical type objects

Part 4: Fixing JAPPA’s Mistakes and Things He’s Forgotten

Faithful extends its field of expertise to correcting JAPPA’s mistakes. One such example would be the oak sign, which until 1.17 used this texture:

forgotten texturePicture 42: Pre-1.17 vanilla oak sign texture

It is obvious that this texture uses the programmer art oak planks and bark. This is not viable for Faithful, as the pack strives for consistency, and as such it has been decided to use the already existing jappa plank and bark textures instead. Besides the sign, many more textures requiring this treatment exist. Some uncertainties about this have emerged though, so after all this time we are finally defining the replaceable textures properly:

Only replace programmer art textures (or textures that weren’t changed in the texture update) if it’s absolutely obvious what they should be changed to.

Let’s take the sign texture mentioned above as an example. It is clear that it uses programmer art textures with very little modifications, and even when these edits exist, they’re simple recolours. Thus, this process can be replicated with the Jappa planks in order to make a viable Faithful texture.

On the contrary, a texture that should NOT be “Jappafied” is blaze powder, for instance. The number of colours and the shading style make it clear that it was not made by JAPPA, meaning that it can be classed as programmer art. One might think of trying to re-interpret the texture using the art style present in other item textures by JAPPA, but one major problem arises – there is no obvious way to do it correctly. What colour palette should be used? How contrastive should the colours be? Should the shape be preserved? Would the same shading methods be kept? Nobody knows for sure, and these assumptions are not for Faithful artists to make. As such, this texture, and all the other textures that fall into this category, are to be left as-is, and should be upscaled like any other texture according to the rules mentioned above.

texture should not be jappafiedPicture 43: Blaze powder, an example of a texture that should not be “Jappafied”.

Conclusion

Wow, this turned out way longer than we expected it to be. Would you believe that these guidelines were over a month in development? Well, we hope that you have found them useful and descriptive, and that they have cleared up any misbeliefs or doubts you might have had. If you have any questions, want to give feedback for this document or just post your textures, message us on our Discord server!

Final Note

These rules and guidelines are subject to change at any time. Significant changes to this document will be announced publicly.

Credits

Written by Pomi108 for use in the Faithful project
Edited by Anonymous, Juknum, and Fred figglehorn
Images compiled by Anonymous and Pomi108
Credit for images goes to various Faithful and Faithful contributors, Mojang Studios and Google Images