diff options
Diffstat (limited to 'assets/minecraft/models/block/brewing_stand.json')
| -rwxr-xr-x | assets/minecraft/models/block/brewing_stand.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brewing_stand.json b/assets/minecraft/models/block/brewing_stand.json new file mode 100755 index 00000000..3f2cc888 --- /dev/null +++ b/assets/minecraft/models/block/brewing_stand.json | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "parent": "block/block", | ||
| 4 | "textures": { | ||
| 5 | "2": "block/brewing_stand_base", | ||
| 6 | "3": "block/brewing_stand_base_side", | ||
| 7 | "4": "block/brewing_stand_base_bottom", | ||
| 8 | "particle": "block/brewing_stand", | ||
| 9 | "stand": "block/brewing_stand" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [7, 0, 7], | ||
| 14 | "to": [9, 14, 9], | ||
| 15 | "faces": { | ||
| 16 | "north": {"uv": [7, 2, 9, 16], "texture": "#stand"}, | ||
| 17 | "east": {"uv": [7, 2, 9, 16], "texture": "#stand"}, | ||
| 18 | "south": {"uv": [7, 2, 9, 16], "texture": "#stand"}, | ||
| 19 | "west": {"uv": [7, 2, 9, 16], "texture": "#stand"}, | ||
| 20 | "up": {"uv": [7, 7, 9, 9], "texture": "#stand", "cullface": "up"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [2, 0, 1], | ||
| 25 | "to": [15, 2, 15], | ||
| 26 | "faces": { | ||
| 27 | "north": {"uv": [1, 0, 14, 2], "texture": "#3"}, | ||
| 28 | "east": {"uv": [0, 6, 14, 8], "texture": "#3"}, | ||
| 29 | "south": {"uv": [0, 4, 13, 6], "texture": "#3"}, | ||
| 30 | "west": {"uv": [0, 2, 14, 4], "texture": "#3"}, | ||
| 31 | "up": {"uv": [2, 1, 15, 15], "texture": "#2"}, | ||
| 32 | "down": {"uv": [2, 1, 15, 15], "texture": "#4", "cullface": "down"} | ||
| 33 | } | ||
| 34 | }, | ||
| 35 | { | ||
| 36 | "from": [9, 0, 5], | ||
| 37 | "to": [15, 2, 11], | ||
| 38 | "faces": { | ||
| 39 | "north": {"uv": [4, 6, 10, 8], "texture": "#3"}, | ||
| 40 | "south": {"uv": [4, 6, 10, 8], "texture": "#3"}, | ||
| 41 | "west": {"uv": [13, 5, 11, 11], "rotation": 270, "texture": "#2"} | ||
| 42 | } | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | "from": [2, 0, 1], | ||
| 46 | "to": [8, 2, 15], | ||
| 47 | "faces": { | ||
| 48 | "east": {"uv": [0, 2, 14, 4], "texture": "#3"} | ||
| 49 | } | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "from": [2, 0, 9], | ||
| 53 | "to": [8, 2, 7], | ||
| 54 | "faces": { | ||
| 55 | "north": {"uv": [4, 6, 10, 8], "texture": "#3"}, | ||
| 56 | "south": {"uv": [4, 6, 10, 8], "texture": "#3"} | ||
| 57 | } | ||
| 58 | } | ||
| 59 | ] | ||
| 60 | } \ No newline at end of file | ||