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