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/acacia_fence_gate_open.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/acacia_fence_gate_open.json')
| -rwxr-xr-x | assets/minecraft/models/block/acacia_fence_gate_open.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/acacia_fence_gate_open.json b/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100755 index 00000000..909ea619 --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_gate_open.json | |||
| @@ -0,0 +1,99 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "1": "block/acacia_fence_gate", | ||
| 5 | "particle": "block/acacia_fence_gate" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 3, 7], | ||
| 10 | "to": [2, 15, 9], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [0, 1, 2, 13], "texture": "#1"}, | ||
| 13 | "east": {"uv": [14, 1, 16, 13], "texture": "#1"}, | ||
| 14 | "south": {"uv": [0, 1, 2, 13], "texture": "#1"}, | ||
| 15 | "west": {"uv": [0, 1, 2, 13], "texture": "#1"}, | ||
| 16 | "up": {"uv": [0, 1, 2, 3], "rotation": 90, "texture": "#1"}, | ||
| 17 | "down": {"uv": [0, 11, 2, 13], "rotation": 90, "texture": "#1"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [0, 4, 9], | ||
| 22 | "to": [2, 13, 15], | ||
| 23 | "faces": { | ||
| 24 | "east": {"uv": [8, 3, 14, 12], "texture": "#1"}, | ||
| 25 | "south": {"uv": [7, 3, 9, 12], "texture": "#1"}, | ||
| 26 | "west": {"uv": [2, 3, 8, 12], "texture": "#1"}, | ||
| 27 | "up": {"uv": [8, 3, 14, 4], "rotation": 270, "texture": "#1"}, | ||
| 28 | "down": {"uv": [2, 10, 8, 12], "rotation": 270, "texture": "#1"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [0, 13, 10], | ||
| 33 | "to": [2, 14, 15], | ||
| 34 | "faces": { | ||
| 35 | "north": {"uv": [3, 2, 5, 3], "texture": "#1"}, | ||
| 36 | "east": {"uv": [8, 2, 13, 3], "texture": "#1"}, | ||
| 37 | "south": {"uv": [7, 2, 9, 3], "texture": "#1"}, | ||
| 38 | "west": {"uv": [3, 2, 8, 3], "texture": "#1"}, | ||
| 39 | "up": {"uv": [8, 2, 13, 3], "rotation": 270, "texture": "#1"} | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "from": [0, 14, 12], | ||
| 44 | "to": [2, 15, 15], | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [5, 1, 7, 2], "texture": "#1"}, | ||
| 47 | "east": {"uv": [8, 1, 11, 2], "texture": "#1"}, | ||
| 48 | "south": {"uv": [7, 1, 9, 2], "texture": "#1"}, | ||
| 49 | "west": {"uv": [5, 1, 8, 2], "texture": "#1"}, | ||
| 50 | "up": {"uv": [8, 1, 11, 2], "rotation": 270, "texture": "#1"} | ||
| 51 | } | ||
| 52 | }, | ||
| 53 | { | ||
| 54 | "from": [14, 3, 7], | ||
| 55 | "to": [16, 15, 9], | ||
| 56 | "faces": { | ||
| 57 | "north": {"uv": [0, 1, 2, 13], "texture": "#1"}, | ||
| 58 | "east": {"uv": [14, 1, 16, 13], "texture": "#1"}, | ||
| 59 | "south": {"uv": [0, 1, 2, 13], "texture": "#1"}, | ||
| 60 | "west": {"uv": [0, 1, 2, 13], "texture": "#1"}, | ||
| 61 | "up": {"uv": [0, 1, 2, 3], "rotation": 90, "texture": "#1"}, | ||
| 62 | "down": {"uv": [0, 11, 2, 13], "rotation": 90, "texture": "#1"} | ||
| 63 | } | ||
| 64 | }, | ||
| 65 | { | ||
| 66 | "from": [14, 4, 9], | ||
| 67 | "to": [16, 13, 15], | ||
| 68 | "faces": { | ||
| 69 | "east": {"uv": [8, 3, 14, 12], "texture": "#1"}, | ||
| 70 | "south": {"uv": [7, 3, 9, 12], "texture": "#1"}, | ||
| 71 | "west": {"uv": [2, 3, 8, 12], "texture": "#1"}, | ||
| 72 | "up": {"uv": [8, 3, 14, 4], "rotation": 270, "texture": "#1"}, | ||
| 73 | "down": {"uv": [2, 10, 8, 12], "rotation": 270, "texture": "#1"} | ||
| 74 | } | ||
| 75 | }, | ||
| 76 | { | ||
| 77 | "from": [14, 13, 10], | ||
| 78 | "to": [16, 14, 15], | ||
| 79 | "faces": { | ||
| 80 | "north": {"uv": [3, 2, 5, 3], "texture": "#1"}, | ||
| 81 | "east": {"uv": [8, 2, 13, 3], "texture": "#1"}, | ||
| 82 | "south": {"uv": [7, 2, 9, 3], "texture": "#1"}, | ||
| 83 | "west": {"uv": [3, 2, 8, 3], "texture": "#1"}, | ||
| 84 | "up": {"uv": [8, 2, 13, 3], "rotation": 270, "texture": "#1"} | ||
| 85 | } | ||
| 86 | }, | ||
| 87 | { | ||
| 88 | "from": [14, 14, 12], | ||
| 89 | "to": [16, 15, 15], | ||
| 90 | "faces": { | ||
| 91 | "north": {"uv": [5, 1, 7, 2], "texture": "#1"}, | ||
| 92 | "east": {"uv": [8, 1, 11, 2], "texture": "#1"}, | ||
| 93 | "south": {"uv": [7, 1, 9, 2], "texture": "#1"}, | ||
| 94 | "west": {"uv": [5, 1, 8, 2], "texture": "#1"}, | ||
| 95 | "up": {"uv": [8, 1, 11, 2], "rotation": 270, "texture": "#1"} | ||
| 96 | } | ||
| 97 | } | ||
| 98 | ] | ||
| 99 | } \ No newline at end of file | ||