diff options
Diffstat (limited to 'assets/minecraft/models/block/template_lantern.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_lantern.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_lantern.json b/assets/minecraft/models/block/template_lantern.json new file mode 100755 index 00000000..16864b39 --- /dev/null +++ b/assets/minecraft/models/block/template_lantern.json | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "particle": "block/air" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { "from": [ 5, 0, 5 ], | ||
| 9 | "to": [ 11, 7, 11 ], | ||
| 10 | "faces": { | ||
| 11 | "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern", "cullface": "down" }, | ||
| 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, 0.001, 5 ], | ||
| 20 | "from": [ 11, 7, 11 ], | ||
| 21 | "faces": { | ||
| 22 | "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern", "cullface": "down" }, | ||
| 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, 0, 6 ], | ||
| 31 | "to": [ 10, 7, 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, 7, 6 ], | ||
| 41 | "to": [ 10, 9, 10 ], | ||
| 42 | "faces": { | ||
| 43 | "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" }, | ||
| 44 | "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, | ||
| 45 | "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, | ||
| 46 | "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, | ||
| 47 | "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" } | ||
| 48 | } | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | "from": [ 6.5, 9, 8 ], | ||
| 52 | "to": [ 9.5, 11, 8 ], | ||
| 53 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, | ||
| 54 | "faces": { | ||
| 55 | "north": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" }, | ||
| 56 | "south": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" } | ||
| 57 | } | ||
| 58 | } | ||
| 59 | ] | ||
| 60 | } | ||