summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pink_petals_pile.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/pink_petals_pile.json')
-rwxr-xr-xassets/minecraft/models/block/pink_petals_pile.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pink_petals_pile.json b/assets/minecraft/models/block/pink_petals_pile.json
new file mode 100755
index 00000000..0c64f64d
--- /dev/null
+++ b/assets/minecraft/models/block/pink_petals_pile.json
@@ -0,0 +1,37 @@
1{
2 "textures": {
3 "0": "block/pink_petals",
4 "1": "block/pink_petals_med",
5 "2": "block/pink_petals_large",
6 "particle": "block/pink_petals"
7 },
8 "elements": [
9 {
10 "from": [-3, 5.5, 2],
11 "to": [13, 5.5, 18],
12 "shade": false,
13 "faces": {
14 "up": {"uv": [0, 0, 16, 16], "texture": "#0"},
15 "down": {"uv": [0, 0, 16, 16], "texture": "#0"}
16 }
17 },
18 {
19 "from": [-6, 3.5, -6],
20 "to": [26, 3.5, 26],
21 "shade": false,
22 "faces": {
23 "up": {"uv": [0, 0, 16, 16], "texture": "#1"},
24 "down": {"uv": [0, 0, 16, 16], "texture": "#1"}
25 }
26 },
27 {
28 "from": [-12, 1.5, -11],
29 "to": [20, 1.5, 21],
30 "shade": false,
31 "faces": {
32 "up": {"uv": [0, 0, 16, 16], "texture": "#2"},
33 "down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
34 }
35 }
36 ]
37} \ No newline at end of file