summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_pane_post.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/template_pane_post.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/template_pane_post.json')
-rwxr-xr-xassets/minecraft/models/block/template_pane_post.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_pane_post.json b/assets/minecraft/models/block/template_pane_post.json
new file mode 100755
index 00000000..db9cfe73
--- /dev/null
+++ b/assets/minecraft/models/block/template_pane_post.json
@@ -0,0 +1,33 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "1": "block/glass_pane_top",
5 "particle": "#1"
6 },
7 "elements": [
8 {
9 "from": [7, 0, 7],
10 "to": [9, 16, 9],
11 "faces": {
12 "north": {"uv": [7, 0, 9, 16], "texture": "#1"},
13 "south": {"uv": [7, 0, 9, 16], "texture": "#1"}
14 }
15 },
16 {
17 "from": [7, 0, 7],
18 "to": [9, 16, 9],
19 "faces": {
20 "up": {"uv": [7, 7, 9, 9], "texture": "#1", "cullface": "up"},
21 "down": {"uv": [7, 7, 9, 9], "texture": "#1", "cullface": "down"}
22 }
23 },
24 {
25 "from": [7, 0, 7],
26 "to": [9, 16, 9],
27 "faces": {
28 "east": {"uv": [7, 0, 9, 16], "texture": "#1"},
29 "west": {"uv": [7, 0, 9, 16], "texture": "#1"}
30 }
31 }
32 ]
33} \ No newline at end of file