summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/oxeye_daisy.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/oxeye_daisy.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/oxeye_daisy.json')
-rwxr-xr-xassets/minecraft/models/block/oxeye_daisy.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/oxeye_daisy.json b/assets/minecraft/models/block/oxeye_daisy.json
new file mode 100755
index 00000000..aa1e7301
--- /dev/null
+++ b/assets/minecraft/models/block/oxeye_daisy.json
@@ -0,0 +1,40 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "1": "block/flower/oxeye_daisy",
5 "2": "block/flower/oxeye_daisy_stem",
6 "particle": "block/air"
7 },
8 "elements": [
9 {
10 "from": [0.8, 0, 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": "#2"},
16 "south": {"uv": [0, 0, 16, 16], "texture": "#2"}
17 }
18 },
19 {
20 "from": [8, 0, 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": "#2"},
26 "west": {"uv": [0, 0, 16, 16], "texture": "#2"}
27 }
28 },
29 {
30 "from": [4, 4.75, 7.5],
31 "to": [12, 12.75, 7.5],
32 "shade": false,
33 "rotation": {"angle": 45, "axis": "x", "origin": [8, 9, 8]},
34 "faces": {
35 "north": {"uv": [4, 4, 12, 12], "texture": "#1"},
36 "south": {"uv": [4, 4, 12, 12], "texture": "#1"}
37 }
38 }
39 ]
40} \ No newline at end of file