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/barrel_side_open.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/barrel_side_open.json')
| -rwxr-xr-x | assets/minecraft/models/block/barrel_side_open.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/barrel_side_open.json b/assets/minecraft/models/block/barrel_side_open.json new file mode 100755 index 00000000..2078efeb --- /dev/null +++ b/assets/minecraft/models/block/barrel_side_open.json | |||
| @@ -0,0 +1,36 @@ | |||
| 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": "#3", "cullface": "north"}, | ||
| 15 | "east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1", "cullface": "east"}, | ||
| 16 | "south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"}, | ||
| 17 | "west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#1", "cullface": "west"}, | ||
| 18 | "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"}, | ||
| 19 | "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "down"} | ||
| 20 | } | ||
| 21 | }, | ||
| 22 | { | ||
| 23 | "from": [17.6, 1, 1.6], | ||
| 24 | "to": [31.6, 15, 3.6], | ||
| 25 | "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 17, 8]}, | ||
| 26 | "faces": { | ||
| 27 | "north": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#0", "cullface": "north"}, | ||
| 28 | "east": {"uv": [14, 1, 16, 15], "rotation": 180, "texture": "#2", "cullface": "north"}, | ||
| 29 | "south": {"uv": [1, 1, 15, 15], "rotation": 180, "texture": "#2", "cullface": "north"}, | ||
| 30 | "west": {"uv": [14, 1, 16, 15], "texture": "#2", "cullface": "north"}, | ||
| 31 | "up": {"uv": [0, 1, 2, 15], "rotation": 270, "texture": "#2", "cullface": "north"}, | ||
| 32 | "down": {"uv": [0, 1, 2, 15], "rotation": 270, "texture": "#2", "cullface": "north"} | ||
| 33 | } | ||
| 34 | } | ||
| 35 | ] | ||
| 36 | } \ No newline at end of file | ||