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 ]
}
}
}