You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
56
assets/minecraft/models/block/item_frame.json
Normal file
56
assets/minecraft/models/block/item_frame.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/birch_planks",
|
||||
"wood": "block/birch_planks",
|
||||
"back": "block/item_frame"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 3, 3, 15.5 ],
|
||||
"to": [ 13, 13, 16 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" },
|
||||
"south": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 2, 15 ],
|
||||
"to": [ 14, 3, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 15, 13, 16, 14 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 0, 13, 1, 14 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 13, 15 ],
|
||||
"to": [ 14, 14, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" },
|
||||
"up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" },
|
||||
"north": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 15, 2, 16, 3 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 0, 2, 1, 3 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 3, 15 ],
|
||||
"to": [ 3, 13, 16 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 13, 3, 15 ],
|
||||
"to": [ 14, 13, 16 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" },
|
||||
"south": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" },
|
||||
"west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" },
|
||||
"east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user