diff options
Diffstat (limited to 'assets/minecraft/models/block/brick_wall_side_tall.json')
| -rwxr-xr-x | assets/minecraft/models/block/brick_wall_side_tall.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_wall_side_tall.json b/assets/minecraft/models/block/brick_wall_side_tall.json new file mode 100755 index 00000000..9b619cf0 --- /dev/null +++ b/assets/minecraft/models/block/brick_wall_side_tall.json | |||
| @@ -0,0 +1,19 @@ | |||
| 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, 5], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [14.5, 12, 16, 16], "texture": "#wall", "cullface": "north"}, | ||
| 12 | "east": {"uv": [13, 12, 14.25, 16], "texture": "#wall"}, | ||
| 13 | "west": {"uv": [4.25, 12, 5.5, 16], "texture": "#wall"}, | ||
| 14 | "up": {"uv": [4.25, 10.25, 5.5, 11.75], "rotation": 90, "texture": "#wall", "cullface": "up"}, | ||
| 15 | "down": {"uv": [13, 10.25, 14.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "down"} | ||
| 16 | } | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } \ No newline at end of file | ||