-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpda.json
116 lines (116 loc) · 3.38 KB
/
pda.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"credit": "Made with Blockbench",
"parent": "block",
"ambientocclusion": false,
"textures": {
"0": "tofurtherworld:item/pda",
"1": "tofurtherworld:item/pda_d",
"2": "tofurtherworld:item/microjang",
"particle": "tofurtherworld:item/pda"
},
"elements": [
{
"from": [4, 0, 3],
"to": [12, 1, 13],
"faces": {
"north": {"uv": [0, 0, 8, 1], "texture": "#0"},
"east": {"uv": [7, 0, 8, 10], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 9, 8, 10], "texture": "#0"},
"west": {"uv": [0, 0, 1, 10], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 0, 8, 10], "texture": "#0"},
"down": {"uv": [8, 0, 16, 10], "rotation": 180, "texture": "#0"}
}
},
{
"from": [5, -0.001, 4],
"to": [11, -0.001, 10],
"faces": {
"north": {"uv": [0, 0, 6, 0], "texture": "#missing"},
"east": {"uv": [0, 0, 2, 0], "texture": "#missing"},
"south": {"uv": [0, 0, 6, 0], "texture": "#missing"},
"west": {"uv": [0, 0, 2, 0], "texture": "#missing"},
"up": {"uv": [0, 0, 6, 2], "texture": "#missing"},
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#2"}
}
},
{
"from": [3, 0.25, 7],
"to": [4, 0.75, 9],
"faces": {
"north": {"uv": [9, 2, 10, 2.5], "texture": "#0"},
"east": {"uv": [0, 0, 2, 0.5], "texture": "#missing"},
"south": {"uv": [9, 2, 10, 2.5], "texture": "#0"},
"west": {"uv": [9, 2, 11, 2.5], "texture": "#0"},
"up": {"uv": [9, 2, 10, 4], "texture": "#0"},
"down": {"uv": [9, 2, 10, 4], "texture": "#0"}
}
},
{
"from": [3, 0.25, 10],
"to": [4, 0.75, 12],
"faces": {
"north": {"uv": [9, 2, 10, 2.5], "texture": "#0"},
"east": {"uv": [0, 0, 2, 0.5], "texture": "#missing"},
"south": {"uv": [9, 2, 10, 2.5], "texture": "#0"},
"west": {"uv": [9, 2, 11, 2.5], "texture": "#0"},
"up": {"uv": [9, 2, 10, 4], "texture": "#0"},
"down": {"uv": [9, 2, 10, 4], "texture": "#0"}
}
},
{
"from": [2.75, 0.25, 4],
"to": [4, 0.75, 6],
"faces": {
"north": {"uv": [8, 2, 10, 2.5], "rotation": 180, "texture": "#0"},
"east": {"uv": [0, 0, 2, 0.5], "texture": "#missing"},
"south": {"uv": [8, 2, 10, 2.5], "texture": "#0"},
"west": {"uv": [8, 2, 9, 3.5], "rotation": 90, "texture": "#0"},
"up": {"uv": [8, 2, 10, 4], "texture": "#0"},
"down": {"uv": [8, 2, 10, 4], "texture": "#0"}
}
},
{
"from": [5, 1.001, 4],
"to": [11, 1.001, 10],
"faces": {
"north": {"uv": [0, 0, 3, 0], "texture": "#missing"},
"east": {"uv": [0, 0, 3, 0], "texture": "#missing"},
"south": {"uv": [0, 0, 3, 0], "texture": "#missing"},
"west": {"uv": [0, 0, 3, 0], "texture": "#missing"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
"down": {"uv": [0, 0, 3, 3], "texture": "#missing"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [111, 0, 3],
"translation": [0, 1.25, 8.75]
},
"thirdperson_lefthand": {
"rotation": [111, 0, 3],
"translation": [0, 1.25, 8.75]
},
"firstperson_righthand": {
"rotation": [82.5, 0, 3],
"translation": [1.5, 5, 7.5]
},
"firstperson_lefthand": {
"rotation": [86, 0, 3],
"translation": [1, 5, 7.5]
},
"ground": {
"rotation": [62, 0, 0],
"translation": [0, 5.25, 6]
},
"gui": {
"rotation": [115, 0, -28],
"translation": [5, -3.75, -5],
"scale": [1.49, 1.49, 1.49]
},
"fixed": {
"rotation": [-85, -180, 0],
"translation": [0, 0.5, -8.5]
}
}
}