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