-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobelisk.json
118 lines (118 loc) · 3.48 KB
/
obelisk.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
117
118
{
"credit": "Made with Blockbench",
"parent": "minecraft:block/block",
"ambientocclusion": false,
"textures": {
"1": "earth_pulsation:blocks/yellow_cobblestone",
"2": "earth_pulsation:blocks/yellow_stone",
"3": "earth_pulsation:blocks/yellow_stonebrick",
"particle": "earth_pulsation:blocks/chiseled_yellow_stonebrick"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 1, 16],
"faces": {
"north": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "north"},
"east": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "east"},
"south": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "south"},
"west": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
}
},
{
"from": [0, 13, 0],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "north"},
"east": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "east"},
"south": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "south"},
"west": {"uv": [0, 10, 16, 11], "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
},
{
"from": [1, 1, 1],
"to": [15, 2, 15],
"faces": {
"north": {"uv": [1, 1, 15, 2], "texture": "#1"},
"east": {"uv": [1, 1, 15, 2], "texture": "#1"},
"south": {"uv": [1, 1, 15, 2], "texture": "#1"},
"west": {"uv": [1, 1, 15, 2], "texture": "#1"},
"up": {"uv": [1, 1, 15, 15], "texture": "#1"}
}
},
{
"from": [2, 2, 2],
"to": [14, 13, 14],
"faces": {
"north": {"uv": [0, 0, 12, 11], "texture": "#3"},
"east": {"uv": [4, 0, 16, 11], "texture": "#3"},
"south": {"uv": [0, 0, 12, 11], "texture": "#3"},
"west": {"uv": [4, 0, 16, 11], "texture": "#3"}
}
},
{
"from": [3, 17, 3],
"to": [13, 29, 13],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [6, 0, 16, 12], "texture": "#1"},
"east": {"uv": [0, 0, 10, 12], "texture": "#1"},
"south": {"uv": [6, 0, 16, 12], "texture": "#1"},
"west": {"uv": [0, 0, 10, 12], "texture": "#1"}
}
},
{
"from": [3, 14, 3],
"to": [13, 17, 13],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [3, 0, 13, 3], "texture": "#2"},
"east": {"uv": [3, 0, 13, 3], "texture": "#2"},
"south": {"uv": [3, 0, 13, 3], "texture": "#2"},
"west": {"uv": [3, 0, 13, 3], "texture": "#2"}
}
},
{
"from": [3, 29, 3],
"to": [13, 32, 13],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [3, 0, 13, 3], "texture": "#2"},
"east": {"uv": [3, 0, 13, 3], "texture": "#2"},
"south": {"uv": [3, 0, 13, 3], "texture": "#2"},
"west": {"uv": [3, 0, 13, 3], "texture": "#2"},
"up": {"uv": [3, 3, 13, 13], "rotation": 90, "texture": "#2", "cullface": "up"}
}
}
],
"display": {
"thirdperson_righthand": {
"scale": [0.3, 0.3, 0.3]
},
"thirdperson_lefthand": {
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"scale": [0.3, 0.3, 0.3]
},
"firstperson_lefthand": {
"scale": [0.3, 0.3, 0.3]
},
"ground": {
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [30, -45, 0],
"translation": [0, -2, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"translation": [0, -4, -2],
"scale": [0.5, 0.5, 0.5]
}
}
}