summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/stem_growth4.json
blob: 5f619cdecf077caed12086ec6bfefb9fb46e6aae (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, 9, 8 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
            "faces": {
                "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
                "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
            }
        },
        {   "from": [ 8, -1, 0 ],
            "to": [ 8, 9, 16 ],
            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 },
            "faces": {
                "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
                "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
            }
        }
    ]
}