diff options
Diffstat (limited to 'assets/minecraft/models/block/jungle_fence_gate.json')
| -rwxr-xr-x | assets/minecraft/models/block/jungle_fence_gate.json | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/jungle_fence_gate.json b/assets/minecraft/models/block/jungle_fence_gate.json new file mode 100755 index 00000000..4af72f37 --- /dev/null +++ b/assets/minecraft/models/block/jungle_fence_gate.json | |||
| @@ -0,0 +1,117 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/jungle_fence_gate", | ||
| 5 | "texture": "block/jungle_fence_gate" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 3, 7], | ||
| 10 | "to": [2, 15, 9], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 13 | "east": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 14 | "south": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 15 | "west": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 16 | "up": {"uv": [14, 1, 16, 3], "texture": "#texture"}, | ||
| 17 | "down": {"uv": [14, 11, 16, 13], "rotation": 180, "texture": "#texture"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "from": [6, 8, 7], | ||
| 22 | "to": [8, 11, 9], | ||
| 23 | "faces": { | ||
| 24 | "north": {"uv": [8, 5, 10, 8], "texture": "#texture"}, | ||
| 25 | "east": {"uv": [6, 5, 8, 8], "texture": "#texture"}, | ||
| 26 | "south": {"uv": [6, 5, 8, 8], "texture": "#texture"}, | ||
| 27 | "west": {"uv": [8, 5, 10, 8], "texture": "#texture"} | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "from": [3, 8, 7], | ||
| 32 | "to": [5, 11, 9], | ||
| 33 | "faces": { | ||
| 34 | "north": {"uv": [11, 5, 13, 8], "texture": "#texture"}, | ||
| 35 | "east": {"uv": [3, 5, 5, 8], "texture": "#texture"}, | ||
| 36 | "south": {"uv": [3, 5, 5, 8], "texture": "#texture"}, | ||
| 37 | "west": {"uv": [11, 5, 13, 8], "texture": "#texture"} | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "from": [2, 11, 7], | ||
| 42 | "to": [8, 14, 9], | ||
| 43 | "faces": { | ||
| 44 | "north": {"uv": [8, 2, 14, 5], "texture": "#texture"}, | ||
| 45 | "east": {"uv": [8, 2, 10, 5], "texture": "#texture"}, | ||
| 46 | "south": {"uv": [2, 2, 8, 5], "texture": "#texture"}, | ||
| 47 | "up": {"uv": [8, 2, 14, 4], "texture": "#texture"}, | ||
| 48 | "down": {"uv": [8, 3, 14, 5], "texture": "#texture"} | ||
| 49 | } | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | "from": [2, 5, 7], | ||
| 53 | "to": [8, 8, 9], | ||
| 54 | "faces": { | ||
| 55 | "north": {"uv": [8, 8, 14, 11], "texture": "#texture"}, | ||
| 56 | "east": {"uv": [8, 8, 10, 11], "texture": "#texture"}, | ||
| 57 | "south": {"uv": [2, 8, 8, 11], "texture": "#texture"}, | ||
| 58 | "up": {"uv": [8, 8, 14, 10], "texture": "#texture"}, | ||
| 59 | "down": {"uv": [8, 9, 14, 11], "texture": "#texture"} | ||
| 60 | } | ||
| 61 | }, | ||
| 62 | { | ||
| 63 | "from": [14, 3, 7], | ||
| 64 | "to": [16, 15, 9], | ||
| 65 | "faces": { | ||
| 66 | "north": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 67 | "east": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 68 | "south": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 69 | "west": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 70 | "up": {"uv": [14, 1, 16, 3], "rotation": 180, "texture": "#texture"}, | ||
| 71 | "down": {"uv": [14, 11, 16, 13], "texture": "#texture"} | ||
| 72 | } | ||
| 73 | }, | ||
| 74 | { | ||
| 75 | "from": [8, 8, 7], | ||
| 76 | "to": [10, 11, 9], | ||
| 77 | "faces": { | ||
| 78 | "north": {"uv": [6, 5, 8, 8], "texture": "#texture"}, | ||
| 79 | "east": {"uv": [8, 5, 10, 8], "texture": "#texture"}, | ||
| 80 | "south": {"uv": [8, 5, 10, 8], "texture": "#texture"}, | ||
| 81 | "west": {"uv": [6, 5, 8, 8], "texture": "#texture"} | ||
| 82 | } | ||
| 83 | }, | ||
| 84 | { | ||
| 85 | "from": [11, 8, 7], | ||
| 86 | "to": [13, 11, 9], | ||
| 87 | "faces": { | ||
| 88 | "north": {"uv": [3, 5, 5, 8], "texture": "#texture"}, | ||
| 89 | "east": {"uv": [3, 5, 5, 8], "texture": "#texture"}, | ||
| 90 | "south": {"uv": [11, 5, 13, 8], "texture": "#texture"}, | ||
| 91 | "west": {"uv": [11, 5, 13, 8], "texture": "#texture"} | ||
| 92 | } | ||
| 93 | }, | ||
| 94 | { | ||
| 95 | "from": [8, 11, 7], | ||
| 96 | "to": [14, 14, 9], | ||
| 97 | "faces": { | ||
| 98 | "north": {"uv": [2, 2, 8, 5], "texture": "#texture"}, | ||
| 99 | "south": {"uv": [8, 2, 14, 5], "texture": "#texture"}, | ||
| 100 | "west": {"uv": [8, 2, 10, 5], "texture": "#texture"}, | ||
| 101 | "up": {"uv": [8, 2, 14, 4], "rotation": 180, "texture": "#texture"}, | ||
| 102 | "down": {"uv": [8, 3, 14, 5], "rotation": 180, "texture": "#texture"} | ||
| 103 | } | ||
| 104 | }, | ||
| 105 | { | ||
| 106 | "from": [8, 5, 7], | ||
| 107 | "to": [14, 8, 9], | ||
| 108 | "faces": { | ||
| 109 | "north": {"uv": [2, 8, 8, 11], "texture": "#texture"}, | ||
| 110 | "south": {"uv": [8, 8, 14, 11], "texture": "#texture"}, | ||
| 111 | "west": {"uv": [8, 8, 10, 11], "texture": "#texture"}, | ||
| 112 | "up": {"uv": [8, 8, 14, 10], "rotation": 180, "texture": "#texture"}, | ||
| 113 | "down": {"uv": [8, 9, 14, 11], "rotation": 180, "texture": "#texture"} | ||
| 114 | } | ||
| 115 | } | ||
| 116 | ] | ||
| 117 | } \ No newline at end of file | ||