diff options
Diffstat (limited to 'assets/minecraft/models/block/template_pane_end.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_pane_end.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_pane_end.json b/assets/minecraft/models/block/template_pane_end.json new file mode 100755 index 00000000..f346dd14 --- /dev/null +++ b/assets/minecraft/models/block/template_pane_end.json | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "0": "block/glass", | ||
| 5 | "1": "block/glass_pane_top", | ||
| 6 | "particle": "#0" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [8, 0, 0], | ||
| 11 | "to": [8, 16, 9], | ||
| 12 | "faces": { | ||
| 13 | "east": {"uv": [0, 0, 9, 16], "texture": "#0"}, | ||
| 14 | "west": {"uv": [7, 0, 16, 16], "texture": "#0"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [7, 0, 0], | ||
| 19 | "to": [9, 16, 9], | ||
| 20 | "faces": { | ||
| 21 | "south": {"uv": [7, 0, 9, 16], "texture": "#1"}, | ||
| 22 | "up": {"uv": [7, 0, 9, 9], "texture": "#1", "cullface": "up"}, | ||
| 23 | "down": {"uv": [7, 7, 9, 16], "texture": "#1", "cullface": "down"} | ||
| 24 | } | ||
| 25 | } | ||
| 26 | ] | ||
| 27 | } \ No newline at end of file | ||