summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/door_bottom_left_open.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/door_bottom_left_open.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/door_bottom_left_open.json')
-rwxr-xr-xassets/minecraft/models/block/door_bottom_left_open.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/door_bottom_left_open.json b/assets/minecraft/models/block/door_bottom_left_open.json
new file mode 100755
index 00000000..e9241a3e
--- /dev/null
+++ b/assets/minecraft/models/block/door_bottom_left_open.json
@@ -0,0 +1,20 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "block/air",
5 "bottom": "#bottom"
6 },
7 "elements": [
8 {
9 "from": [0, 0, 0],
10 "to": [3, 16, 16],
11 "faces": {
12 "north": {"uv": [16, 0, 13, 16], "texture": "#bottom", "cullface": "north"},
13 "east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
14 "south": {"uv": [3, 0, 0, 16], "texture": "#bottom", "cullface": "south"},
15 "west": {"uv": [16, 0, 0, 16], "texture": "#bottom", "cullface": "west"},
16 "down": {"uv": [16, 16, 0, 13], "rotation": 90, "texture": "#bottom", "cullface": "down"}
17 }
18 }
19 ]
20} \ No newline at end of file