summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/tinted_flower_pot_cross.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/tinted_flower_pot_cross.json')
-rwxr-xr-xassets/minecraft/models/block/tinted_flower_pot_cross.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/tinted_flower_pot_cross.json b/assets/minecraft/models/block/tinted_flower_pot_cross.json
new file mode 100755
index 00000000..71c7759d
--- /dev/null
+++ b/assets/minecraft/models/block/tinted_flower_pot_cross.json
@@ -0,0 +1,26 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "block/flower_pot",
5 "flowerpot": "block/flower_pot",
6 "dirt": "block/dirt"
7 },
8 "elements": [
9 { "from": [ 2.6, 4, 8 ],
10 "to": [ 13.4, 16, 8 ],
11 "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
12 "faces": {
13 "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 },
14 "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }
15 }
16 },
17 { "from": [ 8, 4, 2.6 ],
18 "to": [ 8, 16, 13.4 ],
19 "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
20 "faces": {
21 "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 },
22 "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }
23 }
24 }
25 ]
26}