summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/red_bed.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/red_bed.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/item/red_bed.json')
-rwxr-xr-xassets/minecraft/models/item/red_bed.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/red_bed.json b/assets/minecraft/models/item/red_bed.json
new file mode 100755
index 00000000..a532c923
--- /dev/null
+++ b/assets/minecraft/models/item/red_bed.json
@@ -0,0 +1,91 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "1": "block/entity/bed/red",
6 "4": "item/red_bed"
7 },
8 "elements": [
9 {
10 "from": [6, 2, 6],
11 "to": [10, 2, 10],
12 "shade": false,
13 "faces": {
14 "down": {"uv": [0, 0, 16, 16], "texture": "#4"}
15 }
16 },
17 {
18 "from": [0, 3, -8],
19 "to": [16, 9, 8],
20 "faces": {
21 "north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#1"},
22 "east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#1"},
23 "west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#1"},
24 "up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#1"}
25 }
26 },
27 {
28 "from": [0, 3, 8],
29 "to": [16, 9, 24],
30 "faces": {
31 "east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#1"},
32 "south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#1"},
33 "west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#1"},
34 "up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#1"}
35 }
36 },
37 {
38 "from": [0, 0, -8],
39 "to": [3, 3, -5],
40 "faces": {
41 "north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"},
42 "east": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"},
43 "south": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"},
44 "west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"}
45 }
46 },
47 {
48 "from": [13, 0, -8],
49 "to": [16, 3, -5],
50 "rotation": {"angle": 0, "axis": "y", "origin": [14.5, 1.5, -6.5]},
51 "faces": {
52 "north": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"},
53 "east": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"},
54 "south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"},
55 "west": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"}
56 }
57 },
58 {
59 "from": [13, 0, 21],
60 "to": [16, 3, 24],
61 "rotation": {"angle": 0, "axis": "y", "origin": [14.5, 1.5, 22.5]},
62 "faces": {
63 "north": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"},
64 "east": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"},
65 "south": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"},
66 "west": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"}
67 }
68 },
69 {
70 "from": [0, 0, 21],
71 "to": [3, 3, 24],
72 "faces": {
73 "north": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#1"},
74 "east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#1"},
75 "south": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#1"},
76 "west": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#1"}
77 }
78 }
79 ],
80 "display": {
81 "ground": {
82 "translation": [0, 3, 0],
83 "scale": [0.35, 0.35, 0.35]
84 },
85 "fixed": {
86 "rotation": [-90, 0, 0],
87 "translation": [0, 0, -4],
88 "scale": [0.66, 0.66, 0.66]
89 }
90 }
91} \ No newline at end of file