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