For bug reports, lag, and rendering issues, please use bugs.mojang.com! Share your thoughts on graphics issues like lighting, animations, colors, textures, icons, and effects related to graphics. Torchlight in your hand has been evaluated for its impact on gameplay and rejected.

7

Easier to add a random textures

2 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 2
    Registered User commented
    Comment actions Permalink

    If you are new to the art of creating pack resources, the following will not interest you.
    If not ...

    Complex example :

    {
    "variants": {
    "normal": [
    0,
    { "frame": 1, "weight": 3 },
    {
    "frames": [ 2, 3, 4 ],
    "interpolate": true
    },
    { "frame": 5, "rotate": true }
    ]
    }
    }

    Changes the spawn rate of a texture variant :

    { "frame": 1, "weight": 3 },

    Allows you to add animated variants :

    {
    "frames": [ 2, 3, 4 ],
    "interpolate": true
    },

    Allow textures rotation :

    { "frame": 5, "rotate": true }
    { "frame": 6, "rotate": [0, 90]
  • 2
    Registered User commented
    Comment actions Permalink

    And even more for items :
    https://feedback.minecraft.net/hc/en-us/community/posts/360010925032-Textures-layers