summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_wall_side_tall.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/template_wall_side_tall.json')
-rwxr-xr-xassets/minecraft/models/block/template_wall_side_tall.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_wall_side_tall.json b/assets/minecraft/models/block/template_wall_side_tall.json
new file mode 100755
index 00000000..379a9e3c
--- /dev/null
+++ b/assets/minecraft/models/block/template_wall_side_tall.json
@@ -0,0 +1,17 @@
1{
2 "textures": {
3 "particle": "#wall"
4 },
5 "elements": [
6 { "from": [ 5, 0, 0 ],
7 "to": [ 11, 16, 8 ],
8 "faces": {
9 "down": { "texture": "#wall", "cullface": "down" },
10 "up": { "texture": "#wall", "cullface": "up"},
11 "north": { "texture": "#wall", "cullface": "north" },
12 "west": { "texture": "#wall" },
13 "east": { "texture": "#wall" }
14 }
15 }
16 ]
17}