diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/pink_petals_large_pile.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/pink_petals_large_pile.json')
| -rwxr-xr-x | assets/minecraft/models/block/pink_petals_large_pile.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pink_petals_large_pile.json b/assets/minecraft/models/block/pink_petals_large_pile.json new file mode 100755 index 00000000..4c190fa6 --- /dev/null +++ b/assets/minecraft/models/block/pink_petals_large_pile.json | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "0": "block/pink_petals", | ||
| 5 | "1": "block/pink_petals_med", | ||
| 6 | "2": "block/pink_petals_large", | ||
| 7 | "3": "block/pink_petals_even_larger", | ||
| 8 | "particle": "block/pink_petals" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [-3, 7.5, 2], | ||
| 13 | "to": [13, 7.5, 18], | ||
| 14 | "shade": false, | ||
| 15 | "faces": { | ||
| 16 | "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 17 | "down": {"uv": [0, 0, 16, 16], "texture": "#0"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [-6, 5.5, -6], | ||
| 22 | "to": [26, 5.5, 26], | ||
| 23 | "shade": false, | ||
| 24 | "faces": { | ||
| 25 | "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, | ||
| 26 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [-12, 3.5, -11], | ||
| 31 | "to": [20, 3.5, 21], | ||
| 32 | "shade": false, | ||
| 33 | "faces": { | ||
| 34 | "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 35 | "down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [-16, 1.5, -16], | ||
| 40 | "to": [32, 1.5, 32], | ||
| 41 | "shade": false, | ||
| 42 | "faces": { | ||
| 43 | "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, | ||
| 44 | "down": {"uv": [0, 16, 16, 0], "texture": "#3", "cullface": "down"} | ||
| 45 | } | ||
| 46 | } | ||
| 47 | ] | ||
| 48 | } \ No newline at end of file | ||