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/brewing_stand_bottle0.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/brewing_stand_bottle0.json')
| -rwxr-xr-x | assets/minecraft/models/block/brewing_stand_bottle0.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brewing_stand_bottle0.json b/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100755 index 00000000..cceee869 --- /dev/null +++ b/assets/minecraft/models/block/brewing_stand_bottle0.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "0": "block/brewing_stand_bottle", | ||
| 4 | "particle": "block/brewing_stand" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [8, 0, 8], | ||
| 9 | "to": [16, 16, 8], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [16, 0, 8, 16], "texture": "#0"}, | ||
| 12 | "south": {"uv": [8, 0, 16, 16], "texture": "#0"} | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "from": [13.5, 2, 5.5], | ||
| 17 | "to": [13.5, 9, 10.5], | ||
| 18 | "faces": { | ||
| 19 | "east": {"uv": [0, 7, 5, 14], "texture": "#0"}, | ||
| 20 | "west": {"uv": [0, 7, 5, 14], "texture": "#0"} | ||
| 21 | } | ||
| 22 | } | ||
| 23 | ] | ||
| 24 | } \ No newline at end of file | ||