diff options
Diffstat (limited to 'assets/minecraft/models/block/template_torch_wall.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_torch_wall.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_torch_wall.json b/assets/minecraft/models/block/template_torch_wall.json new file mode 100755 index 00000000..fda4e498 --- /dev/null +++ b/assets/minecraft/models/block/template_torch_wall.json | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/air" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { "from": [ -1, 3.5, 7 ], | ||
| 8 | "to": [ 1, 13.5, 9 ], | ||
| 9 | "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, | ||
| 10 | "shade": false, | ||
| 11 | "faces": { | ||
| 12 | "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { "from": [ -1, 3.5, 0 ], | ||
| 16 | "to": [ 1, 19.5, 16 ], | ||
| 17 | "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, | ||
| 18 | "shade": false, | ||
| 19 | "faces": { | ||
| 20 | "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
| 21 | "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
| 22 | } | ||
| 23 | }, | ||
| 24 | { "from": [ -8, 3.5, 7 ], | ||
| 25 | "to": [ 8, 19.5, 9 ], | ||
| 26 | "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, | ||
| 27 | "shade": false, | ||
| 28 | "faces": { | ||
| 29 | "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
| 30 | "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
| 31 | } | ||
| 32 | } | ||
| 33 | ] | ||
| 34 | } | ||