• Register
Welcome to Minecraft Help - Questions & Answers

Here you can ask Minecraft related questions or help other players by answering their questions.
Community driven website maintained by Minecraft Servers - A list with thousands of playable servers for Minecraft.

We recommend Mojangs new official bug tracker, letting them know about errors, will help speed up development to close bugs. Visit at Minecraft Bug Tracker
  • Minecraft Skins
  • Minecraft Stats
  • how do I make this kind of minecraft resource pack?

    +2 votes
    Hello. I was looking for a resource pack to look in and learn from it, and I found the resource pack that has this kind of json file. What kind of resource pack is this and how can I make it? I know how to make durability resource pack though, I could find what kind of resource pack is this.

     

    "textures": {

    "texture": "items/picture1"

    },

    "elements": [  

    {

    "__comment": "Box1",

    "from": [ -16, 0, 7.875 ],

    "to": [ 32, 16, 7.876 ],

    "faces": {

    "down": { "uv": [ 0, 5.375, 16, 10.375 ], "texture": "#texture" },

    "up": { "uv": [ 0, 5.375, 16, 10.375 ], "texture": "#texture" },

    "north": { "uv": [ 0, 5.375, 16, 10.375 ], "texture": "#texture" },

    "south": { "uv": [ 0, 0, 16, 5 ], "texture": "#texture" },

    "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#texture" },

    "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#texture" }

    }

    }

    ],

    "display": {

    "gui": {

    "rotation":  [ 0, 180, 0 ],

    "scale":  [ 0.3, 0.3, 0.3 ]

    },

    "fixed": {

    "translation":  [ 0, 0, 1 ],

    "scale":  [ 4, 4, 4 ]

    }

    }

    }
    asked Aug 16, 2018 in Minecraft Textures by dlfp1004 (140 points)
      

    1 Answer

    0 votes
    Well, if you are simply trying to make your own resource pack, here is a website:

    https://minecraft.novaskin.me/resourcepacks
    answered Jan 5, 2019 by LoriCat
    ...