ploof-pack/faithless/assets/minecraft/models/block/item_frame_map.json

19 lines
660 B
JSON

{ "textures": {
"particle": "block/item_frame",
"wood": "block/item_frame"
},
"elements": [
{
"from": [-1, -1, 14.9],
"to": [17, 17, 16],
"faces": {
"north": {"uv": [7, 0, 16, 9], "texture": "#wood" },
"east": {"uv": [7, 0, 16, 0.5], "rotation": 90, "texture": "#wood", "cullface": "east" },
"south": {"uv": [7, 0, 16, 9], "texture": "#wood", "cullface": "south"},
"west": {"uv": [7, 0, 16, 0.5], "rotation": 90, "texture": "#wood", "cullface": "west" },
"up": {"uv": [7, 0, 16, 0.5], "texture": "#wood", "cullface": "up" },
"down": {"uv": [7, 0, 16, 0.5], "texture": "#wood", "cullface": "down" }
}
}
]
}