summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/item_frame_map.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/item_frame_map.json')
-rwxr-xr-xassets/minecraft/models/block/item_frame_map.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/item_frame_map.json b/assets/minecraft/models/block/item_frame_map.json
new file mode 100755
index 00000000..80c22b71
--- /dev/null
+++ b/assets/minecraft/models/block/item_frame_map.json
@@ -0,0 +1,19 @@
1{ "textures": {
2 "particle": "block/item_frame",
3 "wood": "block/item_frame"
4 },
5 "elements": [
6 {
7 "from": [-1, -1, 14.9],
8 "to": [17, 17, 16],
9 "faces": {
10 "north": {"uv": [7, 0, 16, 9], "texture": "#wood" },
11 "east": {"uv": [7, 0, 16, 0.5], "rotation": 90, "texture": "#wood", "cullface": "east" },
12 "south": {"uv": [7, 0, 16, 9], "texture": "#wood", "cullface": "south"},
13 "west": {"uv": [7, 0, 16, 0.5], "rotation": 90, "texture": "#wood", "cullface": "west" },
14 "up": {"uv": [7, 0, 16, 0.5], "texture": "#wood", "cullface": "up" },
15 "down": {"uv": [7, 0, 16, 0.5], "texture": "#wood", "cullface": "down" }
16 }
17 }
18 ]
19} \ No newline at end of file