summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/leaves.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/leaves.json')
-rwxr-xr-xassets/minecraft/models/block/leaves.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/leaves.json b/assets/minecraft/models/block/leaves.json
new file mode 100755
index 00000000..722173fd
--- /dev/null
+++ b/assets/minecraft/models/block/leaves.json
@@ -0,0 +1,18 @@
1{ "parent": "block/block",
2 "textures": {
3 "particle": "#all"
4 },
5 "elements": [
6 { "from": [ 0, 0, 0 ],
7 "to": [ 16, 16, 16 ],
8 "faces": {
9 "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "down" },
10 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "up" },
11 "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "north" },
12 "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "south" },
13 "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "west" },
14 "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "east" }
15 }
16 }
17 ]
18}