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/brick_wall_side_tall2.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/brick_wall_side_tall2.json')
| -rwxr-xr-x | assets/minecraft/models/block/brick_wall_side_tall2.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_wall_side_tall2.json b/assets/minecraft/models/block/brick_wall_side_tall2.json new file mode 100755 index 00000000..dd812280 --- /dev/null +++ b/assets/minecraft/models/block/brick_wall_side_tall2.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "block/brick_wall", | ||
| 4 | "wall": "block/brick_wall" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [5, 0, 0], | ||
| 9 | "to": [11, 16, 16], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"}, | ||
| 12 | "east": {"uv": [10.25, 12, 14.25, 16], "texture": "#wall"}, | ||
| 13 | "south": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "south"}, | ||
| 14 | "west": {"uv": [4.25, 12, 8.25, 16], "texture": "#wall"}, | ||
| 15 | "up": {"uv": [4.25, 10.25, 8.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "up"}, | ||
| 16 | "down": {"uv": [10.25, 10.25, 14.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "down"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ] | ||
| 20 | } \ No newline at end of file | ||