diff options
Diffstat (limited to 'assets/minecraft/models/item/splash_potion.json')
| -rwxr-xr-x | assets/minecraft/models/item/splash_potion.json | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/splash_potion.json b/assets/minecraft/models/item/splash_potion.json new file mode 100755 index 00000000..f105f833 --- /dev/null +++ b/assets/minecraft/models/item/splash_potion.json | |||
| @@ -0,0 +1,111 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "parent": "item/end_portal_frame", | ||
| 4 | "ambientocclusion": false, | ||
| 5 | "texture_size": [256, 16], | ||
| 6 | "textures": { | ||
| 7 | "1": "item/splash_potion_model", | ||
| 8 | "particle": "item/glass_bottle" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [6, 0, 6], | ||
| 13 | "to": [10, 0, 10], | ||
| 14 | "shade": false, | ||
| 15 | "faces": { | ||
| 16 | "down": {"uv": [1, 0, 1.5, 16], "texture": "#1"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [6, 0, 6], | ||
| 21 | "to": [10, 0, 10], | ||
| 22 | "shade": false, | ||
| 23 | "faces": { | ||
| 24 | "down": {"uv": [0.5, 0, 1, 16], "texture": "#1", "tintindex": 0} | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "from": [5, 0, 5], | ||
| 29 | "to": [11, 7, 11], | ||
| 30 | "faces": { | ||
| 31 | "north": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"}, | ||
| 32 | "east": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"}, | ||
| 33 | "south": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"}, | ||
| 34 | "west": {"uv": [0.3125, 9, 0.5, 16], "texture": "#1"}, | ||
| 35 | "up": {"uv": [0.3125, 3, 0.5, 9], "texture": "#1"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [7, 10, 5.5], | ||
| 40 | "to": [9, 14, 7.5], | ||
| 41 | "rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 9]}, | ||
| 42 | "faces": { | ||
| 43 | "east": {"uv": [0.1875, 6, 0.25, 10], "texture": "#1"}, | ||
| 44 | "south": {"uv": [0.125, 6, 0.1875, 10], "texture": "#1"}, | ||
| 45 | "west": {"uv": [0.25, 6, 0.1875, 10], "texture": "#1"}, | ||
| 46 | "up": {"uv": [0.1875, 6, 0.25, 8], "texture": "#1"} | ||
| 47 | } | ||
| 48 | }, | ||
| 49 | { | ||
| 50 | "from": [6, 4.6, 5.5], | ||
| 51 | "to": [10, 7, 11], | ||
| 52 | "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 7, 11]}, | ||
| 53 | "faces": { | ||
| 54 | "north": {"uv": [0.15625, 10, 0.3125, 11], "texture": "#1"}, | ||
| 55 | "east": {"uv": [0.15625, 14, 0.3125, 16], "texture": "#1"}, | ||
| 56 | "west": {"uv": [0.3125, 14, 0.15625, 16], "texture": "#1"}, | ||
| 57 | "up": {"uv": [0.15625, 10, 0.3125, 14], "rotation": 90, "texture": "#1"} | ||
| 58 | } | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "from": [5.1, 0, 5.1], | ||
| 62 | "to": [10.9, 5.9, 10.9], | ||
| 63 | "faces": { | ||
| 64 | "north": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0}, | ||
| 65 | "east": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0}, | ||
| 66 | "south": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0}, | ||
| 67 | "west": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0}, | ||
| 68 | "up": {"uv": [0, 0, 0.15625, 5], "texture": "#1", "tintindex": 0} | ||
| 69 | } | ||
| 70 | } | ||
| 71 | ], | ||
| 72 | "gui_light": "front", | ||
| 73 | "display": { | ||
| 74 | "thirdperson_righthand": { | ||
| 75 | "rotation": [68, 0, 0], | ||
| 76 | "translation": [0, 2, 3.25], | ||
| 77 | "scale": [0.63, 0.63, 0.63] | ||
| 78 | }, | ||
| 79 | "thirdperson_lefthand": { | ||
| 80 | "rotation": [68, 0, 0], | ||
| 81 | "translation": [0, 2, 3.25], | ||
| 82 | "scale": [0.63, 0.63, 0.63] | ||
| 83 | }, | ||
| 84 | "firstperson_righthand": { | ||
| 85 | "rotation": [4.5, -41, 12], | ||
| 86 | "translation": [2.5, 2, 0] | ||
| 87 | }, | ||
| 88 | "firstperson_lefthand": { | ||
| 89 | "rotation": [4.5, -41, 12], | ||
| 90 | "translation": [2.5, 2, 0] | ||
| 91 | }, | ||
| 92 | "ground": { | ||
| 93 | "translation": [0, 5, 0], | ||
| 94 | "scale": [0.6, 0.6, 0.6] | ||
| 95 | }, | ||
| 96 | "gui": { | ||
| 97 | "rotation": [270, 0, 0], | ||
| 98 | "scale": [4, 1.4, 4] | ||
| 99 | }, | ||
| 100 | "head": { | ||
| 101 | "rotation": [12.5, 0, 0], | ||
| 102 | "translation": [0, -8.5, -7.25], | ||
| 103 | "scale": [0.99, 0.99, 0.99] | ||
| 104 | }, | ||
| 105 | "fixed": { | ||
| 106 | "rotation": [-90, 0, 0], | ||
| 107 | "translation": [0, 0, -14], | ||
| 108 | "scale": [2, 2, 2] | ||
| 109 | } | ||
| 110 | } | ||
| 111 | } \ No newline at end of file | ||