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