summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo4_age1.json
blob: 639bbbe7f1bbb00e07c5a9a2678fa3f7e9f9af7d (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": [ 6.5, 0, 6.5 ],
            "to": [ 9.5, 16, 9.5 ],
            "faces": {
                "up":    { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" },
                "north": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" },
                "south": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" },
                "west":  { "uv": [  9, 0, 12, 16 ], "texture": "#all" },
                "east":  { "uv": [  9, 0, 12, 16 ], "texture": "#all" }
            }
        }
    ]
}