summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_pane_corner.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/template_pane_corner.json')
-rwxr-xr-xassets/minecraft/models/block/template_pane_corner.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_pane_corner.json b/assets/minecraft/models/block/template_pane_corner.json
new file mode 100755
index 00000000..4a50e42e
--- /dev/null
+++ b/assets/minecraft/models/block/template_pane_corner.json
@@ -0,0 +1,29 @@
1{
2 "credit": "Made with Blockbench",
3 "ambientocclusion": false,
4 "textures": {
5 "0": "block/glass_pane",
6 "1": "block/glass_pane_top",
7 "particle": "block/glass_pane"
8 },
9 "elements": [
10 {
11 "from": [8, 0, 0],
12 "to": [8, 16, 11.315],
13 "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 0]},
14 "faces": {
15 "east": {"uv": [4, 0, 16, 16], "texture": "#0"},
16 "west": {"uv": [0, 0, 12, 16], "texture": "#0"}
17 }
18 },
19 {
20 "from": [8, 0, -1],
21 "to": [19.315, 16, 1],
22 "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 0]},
23 "faces": {
24 "up": {"uv": [7, 2, 9, 14], "rotation": 270, "texture": "#1", "cullface": "up"},
25 "down": {"uv": [7, 2, 9, 14], "rotation": 90, "texture": "#1", "cullface": "down"}
26 }
27 }
28 ]
29} \ No newline at end of file