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