summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/brick_wall_side_tall_alt.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/brick_wall_side_tall_alt.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/brick_wall_side_tall_alt.json')
-rwxr-xr-xassets/minecraft/models/block/brick_wall_side_tall_alt.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brick_wall_side_tall_alt.json b/assets/minecraft/models/block/brick_wall_side_tall_alt.json
new file mode 100755
index 00000000..8d56f941
--- /dev/null
+++ b/assets/minecraft/models/block/brick_wall_side_tall_alt.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, 11],
9 "to": [11, 16, 16],
10 "faces": {
11 "east": {"uv": [10.25, 12, 11.5, 16], "texture": "#wall"},
12 "south": {"uv": [8.5, 12, 10, 16], "texture": "#wall", "cullface": "south"},
13 "west": {"uv": [7, 12, 8.25, 16], "texture": "#wall"},
14 "up": {"uv": [7, 10.25, 8.25, 11.75], "rotation": 90, "texture": "#wall", "cullface": "up"},
15 "down": {"uv": [10.25, 10.25, 11.5, 11.75], "rotation": 90, "texture": "#wall", "cullface": "down"}
16 }
17 }
18 ]
19} \ No newline at end of file