summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_wall_post.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/brick_wall_post.json')
-rwxr-xr-xassets/minecraft/models/block/brick_wall_post.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_wall_post.json b/assets/minecraft/models/block/brick_wall_post.json
new file mode 100755
index 00000000..749c4cbc
--- /dev/null
+++ b/assets/minecraft/models/block/brick_wall_post.json
@@ -0,0 +1,31 @@
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "particle": "block/bricks",
5 "wall": "block/brick_wall"
6 },
7 "elements": [
8 {
9 "from": [4, -0.01, 4],
10 "to": [12, 15.99, 12],
11 "faces": {
12 "north": {"uv": [0, 0, 2, 4], "texture": "#wall"},
13 "east": {"uv": [2, 0, 4, 4], "texture": "#wall"},
14 "south": {"uv": [0, 4, 2, 8], "texture": "#wall"},
15 "west": {"uv": [2, 4, 4, 8], "texture": "#wall"},
16 "down": {"uv": [4.25, 2, 6.25, 4], "texture": "#wall", "cullface": "down"}
17 }
18 },
19 {
20 "from": [3.95, 0.01, 3.95],
21 "to": [12.05, 16.01, 12.05],
22 "faces": {
23 "north": {"uv": [0, 8, 2, 12], "texture": "#wall", "cullface": "up"},
24 "east": {"uv": [2, 8, 4, 12], "texture": "#wall", "cullface": "up"},
25 "south": {"uv": [0, 12, 2, 16], "texture": "#wall", "cullface": "up"},
26 "west": {"uv": [2, 12, 4, 16], "texture": "#wall", "cullface": "up"},
27 "up": {"uv": [4.25, 0, 6.25, 2], "texture": "#wall", "cullface": "up"}
28 }
29 }
30 ]
31} \ No newline at end of file