diff options
Diffstat (limited to 'assets/minecraft/models/block/template_hanging_lantern.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_hanging_lantern.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_hanging_lantern.json b/assets/minecraft/models/block/template_hanging_lantern.json new file mode 100755 index 00000000..6c0ee111 --- /dev/null +++ b/assets/minecraft/models/block/template_hanging_lantern.json | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "particle": "block/air" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { "from": [ 5, 1, 5 ], | ||
| 9 | "to": [ 11, 8, 11 ], | ||
| 10 | "faces": { | ||
| 11 | "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern"}, | ||
| 12 | "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" }, | ||
| 13 | "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, | ||
| 14 | "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, | ||
| 15 | "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, | ||
| 16 | "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" } | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { "to": [ 5, 1, 5 ], | ||
| 20 | "from": [ 11, 8, 11 ], | ||
| 21 | "faces": { | ||
| 22 | "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern"}, | ||
| 23 | "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" }, | ||
| 24 | "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, | ||
| 25 | "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, | ||
| 26 | "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, | ||
| 27 | "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" } | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { "from": [ 6, 1, 6 ], | ||
| 31 | "to": [ 10, 8, 10 ], | ||
| 32 | "shade": false, | ||
| 33 | "faces": { | ||
| 34 | "north": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" }, | ||
| 35 | "south": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" }, | ||
| 36 | "west": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" }, | ||
| 37 | "east": { "uv": [ 6, 2, 10, 9 ], "texture": "#lantern" } | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { "from": [ 6, 8, 6 ], | ||
| 41 | "to": [ 10, 10, 10 ], | ||
| 42 | "faces": { | ||
| 43 | "down": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern"}, | ||
| 44 | "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" }, | ||
| 45 | "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, | ||
| 46 | "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, | ||
| 47 | "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, | ||
| 48 | "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" } | ||
| 49 | } | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "from": [ 6.5, 11, 8 ], | ||
| 53 | "to": [ 9.5, 15, 8 ], | ||
| 54 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, | ||
| 55 | "shade": false, | ||
| 56 | "faces": { | ||
| 57 | "north": { "uv": [ 11, 1, 14, 5 ], "texture": "#lantern" }, | ||
| 58 | "south": { "uv": [ 11, 1, 14, 5 ], "texture": "#lantern" } | ||
| 59 | } | ||
| 60 | }, | ||
| 61 | { | ||
| 62 | "from": [ 8, 10, 6.5 ], | ||
| 63 | "to": [ 8, 16, 9.5 ], | ||
| 64 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, | ||
| 65 | "shade": false, | ||
| 66 | "faces": { | ||
| 67 | "west": { "uv": [ 11, 6, 14, 12 ], "texture": "#lantern" }, | ||
| 68 | "east": { "uv": [ 11, 6, 14, 12 ], "texture": "#lantern" } | ||
| 69 | } | ||
| 70 | } | ||
| 71 | ] | ||
| 72 | } | ||