diff options
Diffstat (limited to 'assets/minecraft/models/block/pink_petals_1.json')
| -rwxr-xr-x | assets/minecraft/models/block/pink_petals_1.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pink_petals_1.json b/assets/minecraft/models/block/pink_petals_1.json new file mode 100755 index 00000000..84db0900 --- /dev/null +++ b/assets/minecraft/models/block/pink_petals_1.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, 2, 0], | ||
| 9 | "to": [16, 2, 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 | ||