diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/door_bottom_right_open.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/door_bottom_right_open.json')
| -rwxr-xr-x | assets/minecraft/models/block/door_bottom_right_open.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/door_bottom_right_open.json b/assets/minecraft/models/block/door_bottom_right_open.json new file mode 100755 index 00000000..6851f3d7 --- /dev/null +++ b/assets/minecraft/models/block/door_bottom_right_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": [0, 0, 3, 16], "texture": "#bottom", "cullface": "north"}, | ||
| 13 | "east": {"uv": [16, 0, 0, 16], "texture": "#bottom"}, | ||
| 14 | "south": {"uv": [13, 0, 16, 16], "texture": "#bottom", "cullface": "south"}, | ||
| 15 | "west": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "west"}, | ||
| 16 | "down": {"uv": [16, 13, 0, 16], "rotation": 90, "texture": "#bottom", "cullface": "down"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ] | ||
| 20 | } \ No newline at end of file | ||