summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pitcher_plant_top.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/pitcher_plant_top.json')
-rwxr-xr-xassets/minecraft/models/block/pitcher_plant_top.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pitcher_plant_top.json b/assets/minecraft/models/block/pitcher_plant_top.json
new file mode 100755
index 00000000..8b858c2c
--- /dev/null
+++ b/assets/minecraft/models/block/pitcher_plant_top.json
@@ -0,0 +1,41 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/cross_tall_down",
4 "ambientocclusion": false,
5 "texture_size": [16, 32],
6 "textures": {
7 "2": "block/pitcher_plant_2",
8 "particle": "block/pitcher_plant",
9 "1_cross": "block/pitcher_plant"
10 },
11 "elements": [
12 {
13 "from": [8, -16, 0.8],
14 "to": [8, 16, 15.2],
15 "shade": false,
16 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
17 "faces": {
18 "east": {"uv": [0, 0, 16, 16], "texture": "#2"},
19 "west": {"uv": [16, 0, 0, 16], "texture": "#1_cross"}
20 }
21 },
22 {
23 "from": [0.8, -16, 8],
24 "to": [15.2, 16, 8],
25 "shade": false,
26 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
27 "faces": {
28 "north": {"uv": [0, 0, 16, 16], "texture": "#1_cross"},
29 "south": {"uv": [16, 0, 0, 16], "texture": "#2"}
30 }
31 }
32 ],
33 "groups": [
34 {
35 "name": "cross_tall_down",
36 "origin": [8, 8, 8],
37 "color": 0,
38 "children": [0, 1]
39 }
40 ]
41} \ No newline at end of file