summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/air.json
blob: 41f358044b27018ce75bfd1f056ff55f53185a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{    "textures": {
        "particle": "block/air",
        "air": "#air"
    },
    "elements": [
        {   "from": [ 0, 0, 0 ],
            "to": [ 0, 0, 0 ],
            "shade": false,
            "faces": {
                "down": { "uv": [ 0, 0, 0, 0 ], "texture": "#air", "cullface": "down" }
            }
        }
    ]
}