summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sugar_cane.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/sugar_cane.json')
-rwxr-xr-xassets/minecraft/models/block/sugar_cane.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sugar_cane.json b/assets/minecraft/models/block/sugar_cane.json
new file mode 100755
index 00000000..b4509030
--- /dev/null
+++ b/assets/minecraft/models/block/sugar_cane.json
@@ -0,0 +1,29 @@
1{
2 "parent": "block/cross",
3 "textures": {
4 "particle": "block/sugar_cane",
5 "cross": "block/sugar_cane"
6 },
7 "elements": [
8 {
9 "from": [8, -8, 0.8],
10 "to": [8, 24, 15.2],
11 "shade": false,
12 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
13 "faces": {
14 "east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
15 "west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
16 }
17 },
18 {
19 "from": [0.8, -8, 8],
20 "to": [15.2, 24, 8],
21 "shade": false,
22 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
23 "faces": {
24 "north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
25 "south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
26 }
27 }
28 ]
29} \ No newline at end of file