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