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