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