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