diff options
Diffstat (limited to 'assets/minecraft/models/block/brick_wall_cross_tall.json')
| -rwxr-xr-x | assets/minecraft/models/block/brick_wall_cross_tall.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_wall_cross_tall.json b/assets/minecraft/models/block/brick_wall_cross_tall.json new file mode 100755 index 00000000..c8df55e0 --- /dev/null +++ b/assets/minecraft/models/block/brick_wall_cross_tall.json | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/brick_wall", | ||
| 5 | "wall": "block/brick_wall" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [5, 0, 0], | ||
| 10 | "to": [11, 16, 16], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"}, | ||
| 13 | "east": {"uv": [10.25, 12, 14.25, 16], "texture": "#wall"}, | ||
| 14 | "south": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "south"}, | ||
| 15 | "west": {"uv": [4.25, 12, 8.25, 16], "texture": "#wall"}, | ||
| 16 | "up": {"uv": [8, 1.25, 12, 2.75], "rotation": 90, "texture": "#wall", "cullface": "up"}, | ||
| 17 | "down": {"uv": [13.25, 0, 14.75, 4], "texture": "#wall", "cullface": "down"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [0, 0, 5], | ||
| 22 | "to": [16, 16, 11], | ||
| 23 | "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, | ||
| 24 | "faces": { | ||
| 25 | "north": {"uv": [4.25, 12, 8.25, 16], "texture": "#wall"}, | ||
| 26 | "east": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "east"}, | ||
| 27 | "south": {"uv": [10.25, 12, 14.25, 16], "texture": "#wall"}, | ||
| 28 | "west": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "west"}, | ||
| 29 | "up": {"uv": [9.25, 0, 10.75, 4], "rotation": 90, "texture": "#wall", "cullface": "up"}, | ||
| 30 | "down": {"uv": [12, 1.25, 16, 2.75], "texture": "#wall", "cullface": "down"} | ||
| 31 | } | ||
| 32 | } | ||
| 33 | ] | ||
| 34 | } \ No newline at end of file | ||