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/template_pane_cross.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/template_pane_cross.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_pane_cross.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_pane_cross.json b/assets/minecraft/models/block/template_pane_cross.json new file mode 100755 index 00000000..1b5cc8e9 --- /dev/null +++ b/assets/minecraft/models/block/template_pane_cross.json | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "0": "block/glass", | ||
| 5 | "1": "block/glass_pane_top", | ||
| 6 | "particle": "#0" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, 8], | ||
| 11 | "to": [16, 16, 8], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 14 | "south": {"uv": [0, 0, 16, 16], "texture": "#0"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [0, 0, 7], | ||
| 19 | "to": [16, 16, 9], | ||
| 20 | "faces": { | ||
| 21 | "up": {"uv": [9, 0, 7, 16], "rotation": 90, "texture": "#1", "cullface": "up"}, | ||
| 22 | "down": {"uv": [9, 0, 7, 16], "rotation": 270, "texture": "#1", "cullface": "down"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [7, 0, 0], | ||
| 27 | "to": [9, 16, 16], | ||
| 28 | "faces": { | ||
| 29 | "up": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "up"}, | ||
| 30 | "down": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "down"} | ||
| 31 | } | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "from": [8, 0, 0], | ||
| 35 | "to": [8, 16, 16], | ||
| 36 | "faces": { | ||
| 37 | "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 38 | "west": {"uv": [0, 0, 16, 16], "texture": "#0"} | ||
| 39 | } | ||
| 40 | } | ||
| 41 | ] | ||
| 42 | } \ No newline at end of file | ||