summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/vine.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/vine.json')
-rwxr-xr-xassets/minecraft/models/block/vine.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/vine.json b/assets/minecraft/models/block/vine.json
new file mode 100755
index 00000000..5b314543
--- /dev/null
+++ b/assets/minecraft/models/block/vine.json
@@ -0,0 +1,17 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "vine": "block/vine",
5 "particle": "block/vine"
6 },
7 "elements": [
8 { "from": [ 0, 0, 0.1 ],
9 "to": [ 16, 16, 0.1 ],
10 "shade": false,
11 "faces": {
12 "north": {"uv": [16, 0, 0, 16], "texture": "#vine", "cullface": "north", "tintindex": 0},
13 "south": {"uv": [0, 0, 16, 16], "texture": "#vine", "tintindex": 0}
14 }
15 }
16 ]
17} \ No newline at end of file