diff options
Diffstat (limited to 'assets/minecraft/models/block/tinted_cross_tall_up.json')
| -rwxr-xr-x | assets/minecraft/models/block/tinted_cross_tall_up.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/tinted_cross_tall_up.json b/assets/minecraft/models/block/tinted_cross_tall_up.json new file mode 100755 index 00000000..831683bf --- /dev/null +++ b/assets/minecraft/models/block/tinted_cross_tall_up.json | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "#cross", | ||
| 4 | "cross": "#cross" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [0.8, 0, 8], | ||
| 9 | "to": [15.2, 32, 8], | ||
| 10 | "shade": false, | ||
| 11 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [0, 0, 16, 16], "texture": "#cross", "tintindex": 0}, | ||
| 14 | "south": {"uv": [0, 0, 16, 16], "texture": "#cross", "tintindex": 0} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [8, 0, 0.8], | ||
| 19 | "to": [8, 32, 15.2], | ||
| 20 | "shade": false, | ||
| 21 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, | ||
| 22 | "faces": { | ||
| 23 | "east": {"uv": [0, 0, 16, 16], "texture": "#cross", "tintindex": 0}, | ||
| 24 | "west": {"uv": [0, 0, 16, 16], "texture": "#cross", "tintindex": 0} | ||
| 25 | } | ||
| 26 | } | ||
| 27 | ] | ||
| 28 | } \ No newline at end of file | ||