summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bamboo_fence_side.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/bamboo_fence_side.json')
-rwxr-xr-xassets/minecraft/models/block/bamboo_fence_side.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/bamboo_fence_side.json b/assets/minecraft/models/block/bamboo_fence_side.json
new file mode 100755
index 00000000..5e3d18ec
--- /dev/null
+++ b/assets/minecraft/models/block/bamboo_fence_side.json
@@ -0,0 +1,29 @@
1{
2 "credit": "Made with Blockbench",
3 "textures": {
4 "texture": "block/bamboo_fence",
5 "particle": "block/bamboo_planks"
6 },
7 "elements": [
8 {
9 "from": [7, 7, 6],
10 "to": [9, 12, 2],
11 "faces": {
12 "south": {"uv": [0, 4, 2, 9], "texture": "#texture"},
13 "up": {"uv": [2, 2, 6, 4], "rotation": 270, "texture": "#texture"},
14 "down": {"uv": [2, 9, 6, 11], "rotation": 90, "texture": "#texture"}
15 }
16 },
17 {
18 "from": [7, 4, 0],
19 "to": [9, 15, 6],
20 "faces": {
21 "north": {"uv": [14, 1, 16, 12], "texture": "#texture", "cullface": "north"},
22 "east": {"uv": [10, 1, 16, 12], "texture": "#texture"},
23 "west": {"uv": [0, 1, 6, 12], "texture": "#texture"},
24 "up": {"uv": [10, 1, 16, 3], "rotation": 270, "texture": "#texture"},
25 "down": {"uv": [10, 10, 16, 12], "rotation": 90, "texture": "#texture"}
26 }
27 }
28 ]
29} \ No newline at end of file