summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo2_age0.json
blob: 9007207f5e4b33101ae6566c7b5b31985b645e03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "textures": {
        "all": "block/bamboo_stalk",
        "particle": "block/bamboo_stalk"
    },
    "elements": [
        {   "from": [ 7, 0, 7 ],
            "to": [ 9, 16, 9 ],
            "faces": {
                "up":    { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" },
                "north": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" },
                "south": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" },
                "west":  { "uv": [  3, 0, 5, 16 ], "texture": "#all" },
                "east":  { "uv": [  3, 0, 5, 16 ], "texture": "#all" }
            }
        }
    ]
}