summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/stem_growth5.json
blob: c06a87e8303508eaf5a844eccd9aa278ce83fe60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "ambientocclusion": false,
    "textures": {
        "particle": "#stem"
    },
    "elements": [
        {   "from": [ 0, -1, 8 ],
            "to": [ 16, 11, 8 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
            "faces": {
                "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
                "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
            }
        },
        {   "from": [ 8, -1, 0 ],
            "to": [ 8, 11, 16 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
            "faces": {
                "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
                "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
            }
        }
    ]
}