diff options
Diffstat (limited to 'assets/minecraft/models/block/brewing_stand_bottle1.json')
| -rwxr-xr-x | assets/minecraft/models/block/brewing_stand_bottle1.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brewing_stand_bottle1.json b/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100755 index 00000000..8b476ef0 --- /dev/null +++ b/assets/minecraft/models/block/brewing_stand_bottle1.json | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "0": "block/brewing_stand_bottle", | ||
| 4 | "particle": "block/brewing_stand" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [3.81802, 2, 1.31802], | ||
| 9 | "to": [3.81802, 9, 6.31802], | ||
| 10 | "rotation": {"angle": -45, "axis": "y", "origin": [3.81802, 5.5, 3.81802]}, | ||
| 11 | "faces": { | ||
| 12 | "east": {"uv": [0, 7, 5, 14], "texture": "#particle"}, | ||
| 13 | "west": {"uv": [0, 7, 5, 14], "texture": "#particle"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [-0.41, 0, 8], | ||
| 18 | "to": [7.59, 16, 8], | ||
| 19 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 20 | "faces": { | ||
| 21 | "north": {"uv": [8, 0, 16, 16], "texture": "#0"}, | ||
| 22 | "south": {"uv": [16, 0, 8, 16], "texture": "#0"} | ||
| 23 | } | ||
| 24 | } | ||
| 25 | ] | ||
| 26 | } \ No newline at end of file | ||