summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/door_top_right_open.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/door_top_right_open.json')
-rwxr-xr-xassets/minecraft/models/block/door_top_right_open.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/door_top_right_open.json b/assets/minecraft/models/block/door_top_right_open.json
new file mode 100755
index 00000000..a0e05ffb
--- /dev/null
+++ b/assets/minecraft/models/block/door_top_right_open.json
@@ -0,0 +1,20 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "particle": "block/air",
5 "top": "#top"
6 },
7 "elements": [
8 {
9 "from": [0, 0, 0],
10 "to": [3, 16, 16],
11 "faces": {
12 "north": {"uv": [0, 0, 3, 16], "texture": "#top", "cullface": "north"},
13 "east": {"uv": [16, 0, 0, 16], "texture": "#top"},
14 "south": {"uv": [13, 0, 16, 16], "texture": "#top", "cullface": "south"},
15 "west": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "west"},
16 "up": {"uv": [0, 0, 16, 3], "rotation": 90, "texture": "#top", "cullface": "up"}
17 }
18 }
19 ]
20} \ No newline at end of file