summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cherry_branch.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/cherry_branch.json')
-rwxr-xr-xassets/minecraft/models/block/cherry_branch.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cherry_branch.json b/assets/minecraft/models/block/cherry_branch.json
new file mode 100755
index 00000000..6d7dce54
--- /dev/null
+++ b/assets/minecraft/models/block/cherry_branch.json
@@ -0,0 +1,18 @@
1{
2 "textures": {
3 "0": "block/cherry_branch",
4 "particle": "block/cherry_branch"
5 },
6 "elements": [
7 {
8 "from": [-8, 0, 8],
9 "to": [24, 32, 8],
10 "shade": false,
11 "rotation": {"angle": -45, "axis": "y", "origin": [8, 16, 8]},
12 "faces": {
13 "north": {"uv": [16, 0, 0, 16], "texture": "#0"},
14 "south": {"uv": [0, 0, 16, 16], "texture": "#0"}
15 }
16 }
17 ]
18} \ No newline at end of file