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