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_1h.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/pink_petals_1h.json')
| -rwxr-xr-x | assets/minecraft/models/block/pink_petals_1h.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pink_petals_1h.json b/assets/minecraft/models/block/pink_petals_1h.json new file mode 100755 index 00000000..03fdb344 --- /dev/null +++ b/assets/minecraft/models/block/pink_petals_1h.json | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "1": "block/pink_petals_1", | ||
| 4 | "particle": "block/pink_petals" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [0, 3, 0], | ||
| 9 | "to": [16, 3, 16], | ||
| 10 | "faces": { | ||
| 11 | "up": {"uv": [0, 0, 16, 16], "texture": "#1", "rotation": 180}, | ||
| 12 | "down": {"uv": [0, 16, 16, 0], "texture": "#1", "rotation": 180, "cullface": "down"} | ||
| 13 | } | ||
| 14 | } | ||
| 15 | ] | ||
| 16 | } \ No newline at end of file | ||