summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cut_stairs.json
blob: 2e465ebaef23e3387578413b02c938dbc8e9eb6a (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
{   "parent": "block/block",
    "textures": {
        "particle": "#side"
    },
    "elements": [
        {   "from": [ 0, 0, 0 ],
            "to": [ 8, 8, 16 ],
            "faces": {
                "down":  { "uv": [ 0, 0, 8, 16 ], "texture": "#bottom", "cullface": "down" },
                "up":    { "uv": [ 0, 0, 8, 16 ], "texture": "#top" },
                "north": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "north" },
                "south": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "south" },
                "west":  { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }
            }
        },
        {   "from": [ 8, 0, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
                "up":    { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
                "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#side", "cullface": "north" },
                "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
                "west":  { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
                "east":  { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
            }
        }
    ]
}