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/item/bow7.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/bow7.json')
| -rwxr-xr-x | assets/minecraft/models/item/bow7.json | 300 |
1 files changed, 300 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/bow7.json b/assets/minecraft/models/item/bow7.json new file mode 100755 index 00000000..6217133d --- /dev/null +++ b/assets/minecraft/models/item/bow7.json | |||
| @@ -0,0 +1,300 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/bow0", | ||
| 3 | "textures": { | ||
| 4 | "1": "block/entity/arrow", | ||
| 5 | "layer0": "item/bow/bow7" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 0, 7.5], | ||
| 10 | "to": [16, 16, 8.5], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [16, 0, 0, 16], "texture": "#layer0"}, | ||
| 13 | "south": {"uv": [0, 0, 16, 16], "texture": "#layer0"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [0, 0, 7.5], | ||
| 18 | "to": [1, 16, 8.5], | ||
| 19 | "faces": { | ||
| 20 | "east": {"uv": [0, 0, 1, 16], "texture": "#layer0"}, | ||
| 21 | "west": {"uv": [0, 0, 1, 16], "texture": "#layer0"} | ||
| 22 | } | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "from": [1, 0, 7.5], | ||
| 26 | "to": [2, 16, 8.5], | ||
| 27 | "faces": { | ||
| 28 | "east": {"uv": [1, 0, 2, 16], "texture": "#layer0"}, | ||
| 29 | "west": {"uv": [1, 0, 2, 16], "texture": "#layer0"} | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "from": [2, 0, 7.5], | ||
| 34 | "to": [3, 16, 8.5], | ||
| 35 | "faces": { | ||
| 36 | "east": {"uv": [2, 0, 3, 16], "texture": "#layer0"}, | ||
| 37 | "west": {"uv": [2, 0, 3, 16], "texture": "#layer0"} | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "from": [3, 0, 7.5], | ||
| 42 | "to": [4, 16, 8.5], | ||
| 43 | "faces": { | ||
| 44 | "east": {"uv": [3, 0, 4, 16], "texture": "#layer0"}, | ||
| 45 | "west": {"uv": [3, 0, 4, 16], "texture": "#layer0"} | ||
| 46 | } | ||
| 47 | }, | ||
| 48 | { | ||
| 49 | "from": [4, 0, 7.5], | ||
| 50 | "to": [5, 16, 8.5], | ||
| 51 | "faces": { | ||
| 52 | "east": {"uv": [4, 0, 5, 16], "texture": "#layer0"}, | ||
| 53 | "west": {"uv": [4, 0, 5, 16], "texture": "#layer0"} | ||
| 54 | } | ||
| 55 | }, | ||
| 56 | { | ||
| 57 | "from": [5, 0, 7.5], | ||
| 58 | "to": [6, 16, 8.5], | ||
| 59 | "faces": { | ||
| 60 | "east": {"uv": [5, 0, 6, 16], "texture": "#layer0"}, | ||
| 61 | "west": {"uv": [5, 0, 6, 16], "texture": "#layer0"} | ||
| 62 | } | ||
| 63 | }, | ||
| 64 | { | ||
| 65 | "from": [6, 0, 7.5], | ||
| 66 | "to": [7, 16, 8.5], | ||
| 67 | "faces": { | ||
| 68 | "east": {"uv": [6, 0, 7, 16], "texture": "#layer0"}, | ||
| 69 | "west": {"uv": [6, 0, 7, 16], "texture": "#layer0"} | ||
| 70 | } | ||
| 71 | }, | ||
| 72 | { | ||
| 73 | "from": [7, 0, 7.5], | ||
| 74 | "to": [8, 16, 8.5], | ||
| 75 | "faces": { | ||
| 76 | "east": {"uv": [7, 0, 8, 16], "texture": "#layer0"}, | ||
| 77 | "west": {"uv": [7, 0, 8, 16], "texture": "#layer0"} | ||
| 78 | } | ||
| 79 | }, | ||
| 80 | { | ||
| 81 | "from": [8, 0, 7.5], | ||
| 82 | "to": [9, 16, 8.5], | ||
| 83 | "faces": { | ||
| 84 | "east": {"uv": [8, 0, 9, 16], "texture": "#layer0"}, | ||
| 85 | "west": {"uv": [8, 0, 9, 16], "texture": "#layer0"} | ||
| 86 | } | ||
| 87 | }, | ||
| 88 | { | ||
| 89 | "from": [9, 0, 7.5], | ||
| 90 | "to": [10, 16, 8.5], | ||
| 91 | "faces": { | ||
| 92 | "east": {"uv": [9, 0, 10, 16], "texture": "#layer0"}, | ||
| 93 | "west": {"uv": [9, 0, 10, 16], "texture": "#layer0"} | ||
| 94 | } | ||
| 95 | }, | ||
| 96 | { | ||
| 97 | "from": [10, 0, 7.5], | ||
| 98 | "to": [11, 16, 8.5], | ||
| 99 | "faces": { | ||
| 100 | "east": {"uv": [10, 0, 11, 16], "texture": "#layer0"}, | ||
| 101 | "west": {"uv": [10, 0, 11, 16], "texture": "#layer0"} | ||
| 102 | } | ||
| 103 | }, | ||
| 104 | { | ||
| 105 | "from": [11, 0, 7.5], | ||
| 106 | "to": [12, 16, 8.5], | ||
| 107 | "faces": { | ||
| 108 | "east": {"uv": [11, 0, 12, 16], "texture": "#layer0"}, | ||
| 109 | "west": {"uv": [11, 0, 12, 16], "texture": "#layer0"} | ||
| 110 | } | ||
| 111 | }, | ||
| 112 | { | ||
| 113 | "from": [12, 0, 7.5], | ||
| 114 | "to": [13, 16, 8.5], | ||
| 115 | "faces": { | ||
| 116 | "east": {"uv": [12, 0, 13, 16], "texture": "#layer0"}, | ||
| 117 | "west": {"uv": [12, 0, 13, 16], "texture": "#layer0"} | ||
| 118 | } | ||
| 119 | }, | ||
| 120 | { | ||
| 121 | "from": [13, 0, 7.5], | ||
| 122 | "to": [14, 16, 8.5], | ||
| 123 | "faces": { | ||
| 124 | "east": {"uv": [13, 0, 14, 16], "texture": "#layer0"}, | ||
| 125 | "west": {"uv": [13, 0, 14, 16], "texture": "#layer0"} | ||
| 126 | } | ||
| 127 | }, | ||
| 128 | { | ||
| 129 | "from": [14, 0, 7.5], | ||
| 130 | "to": [15, 16, 8.5], | ||
| 131 | "faces": { | ||
| 132 | "east": {"uv": [14, 0, 15, 16], "texture": "#layer0"}, | ||
| 133 | "west": {"uv": [14, 0, 15, 16], "texture": "#layer0"} | ||
| 134 | } | ||
| 135 | }, | ||
| 136 | { | ||
| 137 | "from": [15, 0, 7.5], | ||
| 138 | "to": [16, 16, 8.5], | ||
| 139 | "faces": { | ||
| 140 | "east": {"uv": [15, 0, 16, 16], "texture": "#layer0"}, | ||
| 141 | "west": {"uv": [15, 0, 16, 16], "texture": "#layer0"} | ||
| 142 | } | ||
| 143 | }, | ||
| 144 | { | ||
| 145 | "from": [0, 15, 7.5], | ||
| 146 | "to": [16, 16, 8.5], | ||
| 147 | "faces": { | ||
| 148 | "up": {"uv": [0, 0, 16, 1], "texture": "#layer0"}, | ||
| 149 | "down": {"uv": [0, 0, 16, 1], "texture": "#layer0"} | ||
| 150 | } | ||
| 151 | }, | ||
| 152 | { | ||
| 153 | "from": [0, 14, 7.5], | ||
| 154 | "to": [16, 15, 8.5], | ||
| 155 | "faces": { | ||
| 156 | "up": {"uv": [0, 1, 16, 2], "texture": "#layer0"}, | ||
| 157 | "down": {"uv": [0, 1, 16, 2], "texture": "#layer0"} | ||
| 158 | } | ||
| 159 | }, | ||
| 160 | { | ||
| 161 | "from": [0, 13, 7.5], | ||
| 162 | "to": [16, 14, 8.5], | ||
| 163 | "faces": { | ||
| 164 | "up": {"uv": [0, 2, 16, 3], "texture": "#layer0"}, | ||
| 165 | "down": {"uv": [0, 2, 16, 3], "texture": "#layer0"} | ||
| 166 | } | ||
| 167 | }, | ||
| 168 | { | ||
| 169 | "from": [0, 12, 7.5], | ||
| 170 | "to": [16, 13, 8.5], | ||
| 171 | "faces": { | ||
| 172 | "up": {"uv": [0, 3, 16, 4], "texture": "#layer0"}, | ||
| 173 | "down": {"uv": [0, 3, 16, 4], "texture": "#layer0"} | ||
| 174 | } | ||
| 175 | }, | ||
| 176 | { | ||
| 177 | "from": [0, 8, 7.5], | ||
| 178 | "to": [16, 9, 8.5], | ||
| 179 | "faces": { | ||
| 180 | "up": {"uv": [0, 7, 16, 8], "texture": "#layer0"}, | ||
| 181 | "down": {"uv": [0, 7, 16, 8], "texture": "#layer0"} | ||
| 182 | } | ||
| 183 | }, | ||
| 184 | { | ||
| 185 | "from": [0, 11, 7.5], | ||
| 186 | "to": [16, 12, 8.5], | ||
| 187 | "faces": { | ||
| 188 | "up": {"uv": [0, 4, 16, 5], "texture": "#layer0"}, | ||
| 189 | "down": {"uv": [0, 4, 16, 5], "texture": "#layer0"} | ||
| 190 | } | ||
| 191 | }, | ||
| 192 | { | ||
| 193 | "from": [0, 10, 7.5], | ||
| 194 | "to": [16, 11, 8.5], | ||
| 195 | "faces": { | ||
| 196 | "up": {"uv": [0, 5, 16, 6], "texture": "#layer0"}, | ||
| 197 | "down": {"uv": [0, 5, 16, 6], "texture": "#layer0"} | ||
| 198 | } | ||
| 199 | }, | ||
| 200 | { | ||
| 201 | "from": [0, 9, 7.5], | ||
| 202 | "to": [16, 10, 8.5], | ||
| 203 | "faces": { | ||
| 204 | "up": {"uv": [0, 6, 16, 7], "texture": "#layer0"}, | ||
| 205 | "down": {"uv": [0, 6, 16, 7], "texture": "#layer0"} | ||
| 206 | } | ||
| 207 | }, | ||
| 208 | { | ||
| 209 | "from": [0, 4, 7.5], | ||
| 210 | "to": [16, 5, 8.5], | ||
| 211 | "faces": { | ||
| 212 | "up": {"uv": [0, 11, 16, 12], "texture": "#layer0"}, | ||
| 213 | "down": {"uv": [0, 11, 16, 12], "texture": "#layer0"} | ||
| 214 | } | ||
| 215 | }, | ||
| 216 | { | ||
| 217 | "from": [0, 7, 7.5], | ||
| 218 | "to": [16, 8, 8.5], | ||
| 219 | "faces": { | ||
| 220 | "up": {"uv": [0, 8, 16, 9], "texture": "#layer0"}, | ||
| 221 | "down": {"uv": [0, 8, 16, 9], "texture": "#layer0"} | ||
| 222 | } | ||
| 223 | }, | ||
| 224 | { | ||
| 225 | "from": [0, 6, 7.5], | ||
| 226 | "to": [16, 7, 8.5], | ||
| 227 | "faces": { | ||
| 228 | "up": {"uv": [0, 9, 16, 10], "texture": "#layer0"}, | ||
| 229 | "down": {"uv": [0, 9, 16, 10], "texture": "#layer0"} | ||
| 230 | } | ||
| 231 | }, | ||
| 232 | { | ||
| 233 | "from": [0, 5, 7.5], | ||
| 234 | "to": [16, 6, 8.5], | ||
| 235 | "faces": { | ||
| 236 | "up": {"uv": [0, 10, 16, 11], "texture": "#layer0"}, | ||
| 237 | "down": {"uv": [0, 10, 16, 11], "texture": "#layer0"} | ||
| 238 | } | ||
| 239 | }, | ||
| 240 | { | ||
| 241 | "from": [0, 0, 7.5], | ||
| 242 | "to": [16, 1, 8.5], | ||
| 243 | "faces": { | ||
| 244 | "up": {"uv": [0, 15, 16, 16], "texture": "#layer0"}, | ||
| 245 | "down": {"uv": [0, 15, 16, 16], "texture": "#layer0"} | ||
| 246 | } | ||
| 247 | }, | ||
| 248 | { | ||
| 249 | "from": [0, 3, 7.5], | ||
| 250 | "to": [16, 4, 8.5], | ||
| 251 | "faces": { | ||
| 252 | "up": {"uv": [0, 12, 16, 13], "texture": "#layer0"}, | ||
| 253 | "down": {"uv": [0, 12, 16, 13], "texture": "#layer0"} | ||
| 254 | } | ||
| 255 | }, | ||
| 256 | { | ||
| 257 | "from": [0, 2, 7.5], | ||
| 258 | "to": [16, 3, 8.5], | ||
| 259 | "faces": { | ||
| 260 | "up": {"uv": [0, 13, 16, 14], "texture": "#layer0"}, | ||
| 261 | "down": {"uv": [0, 13, 16, 14], "texture": "#layer0"} | ||
| 262 | } | ||
| 263 | }, | ||
| 264 | { | ||
| 265 | "from": [0, 1, 7.5], | ||
| 266 | "to": [16, 2, 8.5], | ||
| 267 | "faces": { | ||
| 268 | "up": {"uv": [0, 14, 16, 15], "texture": "#layer0"}, | ||
| 269 | "down": {"uv": [0, 14, 16, 15], "texture": "#layer0"} | ||
| 270 | } | ||
| 271 | }, | ||
| 272 | { | ||
| 273 | "from": [6, 8.5, 6.5], | ||
| 274 | "to": [6, 13.5, 11.5], | ||
| 275 | "rotation": {"angle": -45, "axis": "z", "origin": [0.5, 0.5, 0.5]}, | ||
| 276 | "faces": { | ||
| 277 | "east": {"uv": [0, 2.5, 2.5, 5], "rotation": 270, "texture": "#1"}, | ||
| 278 | "west": {"uv": [0, 2.5, 2.5, 5], "rotation": 90, "texture": "#1"} | ||
| 279 | } | ||
| 280 | }, | ||
| 281 | { | ||
| 282 | "from": [-9, 11, 6.5], | ||
| 283 | "to": [7, 11, 11.5], | ||
| 284 | "rotation": {"angle": -45, "axis": "z", "origin": [0.5, 0.5, 0.5]}, | ||
| 285 | "faces": { | ||
| 286 | "up": {"uv": [0, 0, 8, 2.5], "rotation": 180, "texture": "#1"}, | ||
| 287 | "down": {"uv": [0, 0, 8, 2.5], "rotation": 180, "texture": "#1"} | ||
| 288 | } | ||
| 289 | }, | ||
| 290 | { | ||
| 291 | "from": [-9, 8.5, 9], | ||
| 292 | "to": [7, 13.5, 9], | ||
| 293 | "rotation": {"angle": -45, "axis": "z", "origin": [0.5, 0.5, 0.5]}, | ||
| 294 | "faces": { | ||
| 295 | "north": {"uv": [0, 0, 8, 2.5], "texture": "#1"}, | ||
| 296 | "south": {"uv": [0, 0, 8, 2.5], "rotation": 180, "texture": "#1"} | ||
| 297 | } | ||
| 298 | } | ||
| 299 | ] | ||
| 300 | } \ No newline at end of file | ||