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/crimson_fence_gate.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/crimson_fence_gate.json')
| -rwxr-xr-x | assets/minecraft/models/block/crimson_fence_gate.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/crimson_fence_gate.json b/assets/minecraft/models/block/crimson_fence_gate.json new file mode 100755 index 00000000..61dc62de --- /dev/null +++ b/assets/minecraft/models/block/crimson_fence_gate.json | |||
| @@ -0,0 +1,77 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/crimson_fence_gate", | ||
| 5 | "texture": "block/crimson_fence_gate" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 5, 7], | ||
| 10 | "to": [2, 16, 9], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [14, 0, 16, 11], "texture": "#texture"}, | ||
| 13 | "east": {"uv": [14, 0, 16, 11], "texture": "#texture"}, | ||
| 14 | "south": {"uv": [0, 0, 2, 11], "texture": "#texture"}, | ||
| 15 | "west": {"uv": [14, 0, 16, 11], "texture": "#texture"}, | ||
| 16 | "up": {"uv": [14, 0, 16, 2], "texture": "#texture"}, | ||
| 17 | "down": {"uv": [14, 9, 16, 11], "rotation": 180, "texture": "#texture"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [2, 9, 7], | ||
| 22 | "to": [6, 14, 9], | ||
| 23 | "faces": { | ||
| 24 | "north": {"uv": [10, 2, 14, 7], "texture": "#texture"}, | ||
| 25 | "south": {"uv": [2, 2, 6, 7], "texture": "#texture"}, | ||
| 26 | "up": {"uv": [10, 2, 14, 4], "texture": "#texture"}, | ||
| 27 | "down": {"uv": [10, 5, 14, 7], "texture": "#texture"} | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "from": [6, 7, 7], | ||
| 32 | "to": [8, 16, 9], | ||
| 33 | "faces": { | ||
| 34 | "north": {"uv": [8, 0, 10, 9], "texture": "#texture"}, | ||
| 35 | "east": {"uv": [8, 0, 10, 9], "texture": "#texture"}, | ||
| 36 | "south": {"uv": [6, 0, 8, 9], "texture": "#texture"}, | ||
| 37 | "west": {"uv": [6, 0, 8, 9], "texture": "#texture"}, | ||
| 38 | "up": {"uv": [8, 0, 10, 2], "texture": "#texture"}, | ||
| 39 | "down": {"uv": [8, 7, 10, 9], "texture": "#texture"} | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "from": [14, 5, 7], | ||
| 44 | "to": [16, 16, 9], | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [0, 0, 2, 11], "texture": "#texture"}, | ||
| 47 | "east": {"uv": [14, 0, 16, 11], "texture": "#texture"}, | ||
| 48 | "south": {"uv": [14, 0, 16, 11], "texture": "#texture"}, | ||
| 49 | "west": {"uv": [14, 0, 16, 11], "texture": "#texture"}, | ||
| 50 | "up": {"uv": [14, 0, 16, 2], "rotation": 180, "texture": "#texture"}, | ||
| 51 | "down": {"uv": [14, 9, 16, 11], "texture": "#texture"} | ||
| 52 | } | ||
| 53 | }, | ||
| 54 | { | ||
| 55 | "from": [10, 9, 7], | ||
| 56 | "to": [14, 14, 9], | ||
| 57 | "faces": { | ||
| 58 | "north": {"uv": [2, 2, 6, 7], "texture": "#texture"}, | ||
| 59 | "south": {"uv": [10, 2, 14, 7], "texture": "#texture"}, | ||
| 60 | "up": {"uv": [10, 2, 14, 4], "rotation": 180, "texture": "#texture"}, | ||
| 61 | "down": {"uv": [10, 5, 14, 7], "rotation": 180, "texture": "#texture"} | ||
| 62 | } | ||
| 63 | }, | ||
| 64 | { | ||
| 65 | "from": [8, 7, 7], | ||
| 66 | "to": [10, 16, 9], | ||
| 67 | "faces": { | ||
| 68 | "north": {"uv": [6, 0, 8, 9], "texture": "#texture"}, | ||
| 69 | "east": {"uv": [6, 0, 8, 9], "texture": "#texture"}, | ||
| 70 | "south": {"uv": [8, 0, 10, 9], "texture": "#texture"}, | ||
| 71 | "west": {"uv": [8, 0, 10, 9], "texture": "#texture"}, | ||
| 72 | "up": {"uv": [8, 0, 10, 2], "rotation": 180, "texture": "#texture"}, | ||
| 73 | "down": {"uv": [8, 7, 10, 9], "rotation": 180, "texture": "#texture"} | ||
| 74 | } | ||
| 75 | } | ||
| 76 | ] | ||
| 77 | } \ No newline at end of file | ||