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/tinted_cross.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/tinted_cross.json')
| -rwxr-xr-x | assets/minecraft/models/block/tinted_cross.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/tinted_cross.json b/assets/minecraft/models/block/tinted_cross.json new file mode 100755 index 00000000..d3b5474e --- /dev/null +++ b/assets/minecraft/models/block/tinted_cross.json | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "particle": "#cross" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { "from": [ 0.8, 0, 8 ], | ||
| 8 | "to": [ 15.2, 16, 8 ], | ||
| 9 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
| 10 | "shade": false, | ||
| 11 | "faces": { | ||
| 12 | "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, | ||
| 13 | "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { "from": [ 8, 0, 0.8 ], | ||
| 17 | "to": [ 8, 16, 15.2 ], | ||
| 18 | "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
| 19 | "shade": false, | ||
| 20 | "faces": { | ||
| 21 | "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, | ||
| 22 | "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } | ||
| 23 | } | ||
| 24 | } | ||
| 25 | ] | ||
| 26 | } | ||