diff options
Diffstat (limited to 'assets/minecraft/models/block/barrel_down_open.json')
| -rwxr-xr-x | assets/minecraft/models/block/barrel_down_open.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/barrel_down_open.json b/assets/minecraft/models/block/barrel_down_open.json new file mode 100755 index 00000000..eb3fd6ba --- /dev/null +++ b/assets/minecraft/models/block/barrel_down_open.json | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "0": "block/barrel_bottom", | ||
| 4 | "1": "block/barrel_side", | ||
| 5 | "2": "block/barrel_top", | ||
| 6 | "3": "block/barrel_top_open", | ||
| 7 | "particle": "block/air" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [0, 0, 0], | ||
| 12 | "to": [16, 16, 16], | ||
| 13 | "faces": { | ||
| 14 | "north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "north"}, | ||
| 15 | "east": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "east"}, | ||
| 16 | "south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "south"}, | ||
| 17 | "west": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "west"}, | ||
| 18 | "up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}, | ||
| 19 | "down": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "down"} | ||
| 20 | } | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | "from": [13.6, -13.6, 1], | ||
| 24 | "to": [15.6, 0.4, 15], | ||
| 25 | "faces": { | ||
| 26 | "north": {"uv": [0, 1, 2, 15], "texture": "#2", "cullface": "down"}, | ||
| 27 | "east": {"uv": [1, 1, 15, 15], "rotation": 270, "texture": "#2", "cullface": "down"}, | ||
| 28 | "south": {"uv": [0, 1, 2, 15], "texture": "#2", "cullface": "down"}, | ||
| 29 | "west": {"uv": [1, 1, 15, 15], "texture": "#0", "cullface": "down"}, | ||
| 30 | "up": {"uv": [14, 1, 16, 15], "texture": "#2", "cullface": "down"}, | ||
| 31 | "down": {"uv": [14, 1, 16, 15], "texture": "#2", "cullface": "down"} | ||
| 32 | } | ||
| 33 | } | ||
| 34 | ] | ||
| 35 | } \ No newline at end of file | ||