Discuss Minecraft's graphics and visual effects, including lighting, animations, textures, colors, icons, and overall visual presentation. Share your thoughts on what makes Minecraft look great and how its visuals could be improved.

16

Textures layers

1 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink
    This could be defined in the diamond_pickaxe.png.mcmeta.
    {
    "effect": [
    {
    "when": {
    "silktouch": "true"
    },
    "apply": {
    "texture": "minecraft:item/diamond_pickaxe_silktouch"
    }
    },
    {
    "when": {
    "unbreaking": "true"
    },
    "apply": {
    "texture": "minecraft:item/diamond_pickaxe_unbreaking"
    }
    }
    ]
    }

    If we want animations on the different layers.
    They will be defined in their own file.

    diamond_pickaxe_silktouch.png.mcmeta
    diamond_pickaxe_unbreaking.png.mcmeta