diff options
Diffstat (limited to 'assets/minecraft/models/block/brick_wall_side.json')
| -rwxr-xr-x | assets/minecraft/models/block/brick_wall_side.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_wall_side.json b/assets/minecraft/models/block/brick_wall_side.json new file mode 100755 index 00000000..78583e6d --- /dev/null +++ b/assets/minecraft/models/block/brick_wall_side.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "2": "block/brick_wall", | ||
| 4 | "particle": "block/bricks" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [5, 0, 0], | ||
| 9 | "to": [11, 14, 5], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [14.5, 6.5, 16, 10], "texture": "#2", "cullface": "north"}, | ||
| 12 | "east": {"uv": [13, 6.5, 14.25, 10], "texture": "#2"}, | ||
| 13 | "west": {"uv": [4.25, 6.5, 5.5, 10], "texture": "#2"}, | ||
| 14 | "up": {"uv": [4.25, 4.25, 5.5, 5.75], "rotation": 90, "texture": "#2"}, | ||
| 15 | "down": {"uv": [13, 4.25, 14.25, 5.75], "rotation": 90, "texture": "#2", "cullface": "down"} | ||
| 16 | } | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } \ No newline at end of file | ||