summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/air.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/air.json')
-rwxr-xr-xassets/minecraft/models/block/air.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/air.json b/assets/minecraft/models/block/air.json
new file mode 100755
index 00000000..41f35804
--- /dev/null
+++ b/assets/minecraft/models/block/air.json
@@ -0,0 +1,14 @@
1{ "textures": {
2 "particle": "block/air",
3 "air": "#air"
4 },
5 "elements": [
6 { "from": [ 0, 0, 0 ],
7 "to": [ 0, 0, 0 ],
8 "shade": false,
9 "faces": {
10 "down": { "uv": [ 0, 0, 0, 0 ], "texture": "#air", "cullface": "down" }
11 }
12 }
13 ]
14}