summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/lever_on.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/lever_on.json')
-rwxr-xr-xassets/minecraft/models/block/lever_on.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/lever_on.json b/assets/minecraft/models/block/lever_on.json
new file mode 100755
index 00000000..6deb5218
--- /dev/null
+++ b/assets/minecraft/models/block/lever_on.json
@@ -0,0 +1,32 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "block/air",
5 "base": "block/lever_base",
6 "lever": "block/lever"
7 },
8 "elements": [
9 { "from": [ 5, 0, 4 ],
10 "to": [ 11, 3, 12 ],
11 "faces": {
12 "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" },
13 "up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
14 "north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
15 "south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
16 "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
17 "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
18 }
19 },
20 { "from": [ 7, 1, 7 ],
21 "to": [ 9, 11, 9 ],
22 "rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 },
23 "faces": {
24 "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
25 "north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
26 "south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
27 "west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
28 "east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
29 }
30 }
31 ]
32}