summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_torch_wall.json
blob: fda4e498d0fbdb2b1fa137ce2f6ab628e4ff8c28 (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
25
26
27
28
29
30
31
32
33
34
{
    "ambientocclusion": false,
    "textures": {
		"particle": "block/air"
    },
    "elements": [
        {   "from": [ -1, 3.5, 7 ],
            "to": [ 1, 13.5, 9 ],
            "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 },
            "shade": false,
            "faces": {
                "up":   { "uv": [ 7,  6, 9,  8 ], "texture": "#torch" }
            }
        },
        {   "from": [ -1, 3.5, 0 ],
            "to": [ 1, 19.5, 16 ],
            "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 },
            "shade": false,
            "faces": {
                "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" },
                "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }
            }
        },
        {   "from": [ -8, 3.5, 7 ],
            "to": [ 8, 19.5, 9 ],
            "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 },
            "shade": false,
            "faces": {
                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" },
                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }
            }
        }
    ]
}