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