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
|
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"flowerpot2": "block/flower_pot_hanging",
"vines": "block/flower_pot_dandelion",
"soil": "block/farmland_moist",
"plant": "block/dandelion"
},
"elements": [
{
"from": [5, 0, 5],
"to": [11, 6, 11],
"faces": {
"north": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"east": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"south": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"west": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"up": {"uv": [5, 5, 11, 11], "texture": "#flowerpot"},
"down": {"uv": [5, 0, 11, 6], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [6, 6, 6],
"to": [10, 5, 10],
"faces": {
"north": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"east": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"south": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"west": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"up": {"uv": [0, 0, 4, 4], "texture": "#soil"}
}
},
{
"from": [2, -1.9, 2],
"to": [14, 6.1, 14],
"faces": {
"up": {"uv": [0, 0, 6, 6], "texture": "#vines", "cullface": "down"},
"down": {"uv": [1, 5, 7, 11], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [2, -13.9, 2],
"to": [14, 6.1, 14],
"faces": {
"north": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
"east": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
"south": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
"west": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"}
}
},
{
"from": [8, 6, 0],
"to": [8, 16, 16],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
"west": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [0, 6, 8],
"to": [16, 16, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
"south": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [0, 5, 7.99],
"to": [16, 21, 8.01],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#plant", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#plant", "tintindex": 0}
}
},
{
"from": [0, 5, 7.99],
"to": [16, 21, 8.01],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#plant", "tintindex": 0},
"south": {"uv": [0, 0, 16, 16], "texture": "#plant", "tintindex": 0}
}
},
{
"from": [8, -13.85, -1.7],
"to": [8, 18.05, 17.7],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"east": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0},
"west": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0}
}
},
{
"from": [-1.7, -13.85, 8],
"to": [17.7, 18.05, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"north": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0},
"south": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0}
}
}
]
}
|