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