-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEyeballGeckoFix.geo.json
More file actions
44 lines (44 loc) · 1011 Bytes
/
Copy pathEyeballGeckoFix.geo.json
File metadata and controls
44 lines (44 loc) · 1011 Bytes
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
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.unknown",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 3,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "body",
"pivot": [0, 8, 0],
"cubes": [
{"origin": [-4, 6, -4], "size": [8, 8, 8], "uv": [0, 0]}
]
},
{
"name": "left_wing_anchor",
"parent": "body",
"pivot": [4, 8, 0],
"rotation": [0, 0, 20],
"cubes": [
{"origin": [4, 8, 0], "size": [4, 4, 0.1], "uv": [0, 16]},
{"origin": [8, 9, 0], "size": [4, 2, 0.1], "uv": [8, 16]}
]
},
{
"name": "right_wing_anchor",
"parent": "body",
"pivot": [-4, 8, 0],
"rotation": [0, 0, -20],
"cubes": [
{"origin": [-8, 8, 0], "size": [4, 4, 0.1], "uv": [16, 16]},
{"origin": [-12, 9, 0], "size": [4, 2, 0.1], "uv": [24, 16]}
]
}
]
}
]
}