diff options
Diffstat (limited to 'assets/minecraft/models/block/redstone_torch.json')
| -rwxr-xr-x | assets/minecraft/models/block/redstone_torch.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/redstone_torch.json b/assets/minecraft/models/block/redstone_torch.json new file mode 100755 index 00000000..a230a8c3 --- /dev/null +++ b/assets/minecraft/models/block/redstone_torch.json | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/redstone_torch", | ||
| 5 | "torch": "block/redstone_torch" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { "from": [ 7, 0, 7 ], | ||
| 9 | "to": [ 9, 10, 9 ], | ||
| 10 | "shade": false, | ||
| 11 | "faces": { | ||
| 12 | "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, | ||
| 13 | "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { "from": [ 7, 0, 0 ], | ||
| 17 | "to": [ 9, 16, 16 ], | ||
| 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": [ 0, 0, 7 ], | ||
| 25 | "to": [ 16, 16, 9 ], | ||
| 26 | "shade": false, | ||
| 27 | "faces": { | ||
| 28 | "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
| 29 | "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
| 30 | } | ||
| 31 | } | ||
| 32 | ] | ||
| 33 | } | ||