diff options
Diffstat (limited to 'assets/minecraft/models/item/honey_bottle.json')
| -rwxr-xr-x | assets/minecraft/models/item/honey_bottle.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/honey_bottle.json b/assets/minecraft/models/item/honey_bottle.json new file mode 100755 index 00000000..1b3d1f86 --- /dev/null +++ b/assets/minecraft/models/item/honey_bottle.json | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/potion", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "item/honey_bottle_model" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [6, 0, 6], | ||
| 10 | "to": [10, 0, 10], | ||
| 11 | "shade": false, | ||
| 12 | "faces": { | ||
| 13 | "down": {"uv": [8, 8, 16, 16], "texture": "#1"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [5, 0, 5], | ||
| 18 | "to": [11, 10, 11], | ||
| 19 | "faces": { | ||
| 20 | "north": {"uv": [5, 3, 8, 8], "texture": "#1"}, | ||
| 21 | "east": {"uv": [5, 3, 8, 8], "texture": "#1"}, | ||
| 22 | "south": {"uv": [5, 3, 8, 8], "texture": "#1"}, | ||
| 23 | "west": {"uv": [5, 3, 8, 8], "texture": "#1"}, | ||
| 24 | "up": {"uv": [5, 0, 8, 3], "texture": "#1"} | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "from": [5.1, 0, 5.1], | ||
| 29 | "to": [10.9, 5.9, 10.9], | ||
| 30 | "faces": { | ||
| 31 | "north": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0}, | ||
| 32 | "east": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0}, | ||
| 33 | "south": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0}, | ||
| 34 | "west": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0}, | ||
| 35 | "up": {"uv": [0, 0, 2.5, 2.5], "texture": "#1", "tintindex": 0} | ||
| 36 | } | ||
| 37 | } | ||
| 38 | ] | ||
| 39 | } \ No newline at end of file | ||