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