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/lily_flower1.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/lily_flower1.json')
| -rwxr-xr-x | assets/minecraft/models/block/lily_flower1.json | 38 |
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 | ||