diff options
Diffstat (limited to 'assets/minecraft/models/block/oak_fence_gate.json')
| -rwxr-xr-x | assets/minecraft/models/block/oak_fence_gate.json | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/oak_fence_gate.json b/assets/minecraft/models/block/oak_fence_gate.json new file mode 100755 index 00000000..58d4b8e3 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_gate.json | |||
| @@ -0,0 +1,97 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/oak_fence_gate", | ||
| 5 | "texture": "block/oak_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": [2, 11, 7], | ||
| 32 | "to": [8, 14, 9], | ||
| 33 | "faces": { | ||
| 34 | "north": {"uv": [8, 2, 14, 5], "texture": "#texture"}, | ||
| 35 | "east": {"uv": [8, 2, 10, 5], "texture": "#texture"}, | ||
| 36 | "south": {"uv": [2, 2, 8, 5], "texture": "#texture"}, | ||
| 37 | "up": {"uv": [8, 2, 14, 4], "texture": "#texture"}, | ||
| 38 | "down": {"uv": [8, 3, 14, 5], "texture": "#texture"} | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "from": [2, 5, 7], | ||
| 43 | "to": [8, 8, 9], | ||
| 44 | "faces": { | ||
| 45 | "north": {"uv": [8, 8, 14, 11], "texture": "#texture"}, | ||
| 46 | "east": {"uv": [8, 8, 10, 11], "texture": "#texture"}, | ||
| 47 | "south": {"uv": [2, 8, 8, 11], "texture": "#texture"}, | ||
| 48 | "up": {"uv": [8, 8, 14, 10], "texture": "#texture"}, | ||
| 49 | "down": {"uv": [8, 9, 14, 11], "texture": "#texture"} | ||
| 50 | } | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | "from": [14, 3, 7], | ||
| 54 | "to": [16, 15, 9], | ||
| 55 | "faces": { | ||
| 56 | "north": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 57 | "east": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 58 | "south": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 59 | "west": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 60 | "up": {"uv": [14, 1, 16, 3], "rotation": 180, "texture": "#texture"}, | ||
| 61 | "down": {"uv": [14, 11, 16, 13], "texture": "#texture"} | ||
| 62 | } | ||
| 63 | }, | ||
| 64 | { | ||
| 65 | "from": [8, 8, 7], | ||
| 66 | "to": [10, 11, 9], | ||
| 67 | "faces": { | ||
| 68 | "north": {"uv": [6, 5, 8, 8], "texture": "#texture"}, | ||
| 69 | "east": {"uv": [8, 5, 10, 8], "texture": "#texture"}, | ||
| 70 | "south": {"uv": [8, 5, 10, 8], "texture": "#texture"}, | ||
| 71 | "west": {"uv": [6, 5, 8, 8], "texture": "#texture"} | ||
| 72 | } | ||
| 73 | }, | ||
| 74 | { | ||
| 75 | "from": [8, 11, 7], | ||
| 76 | "to": [14, 14, 9], | ||
| 77 | "faces": { | ||
| 78 | "north": {"uv": [2, 2, 8, 5], "texture": "#texture"}, | ||
| 79 | "south": {"uv": [8, 2, 14, 5], "texture": "#texture"}, | ||
| 80 | "west": {"uv": [8, 2, 10, 5], "texture": "#texture"}, | ||
| 81 | "up": {"uv": [8, 2, 14, 4], "rotation": 180, "texture": "#texture"}, | ||
| 82 | "down": {"uv": [8, 3, 14, 5], "rotation": 180, "texture": "#texture"} | ||
| 83 | } | ||
| 84 | }, | ||
| 85 | { | ||
| 86 | "from": [8, 5, 7], | ||
| 87 | "to": [14, 8, 9], | ||
| 88 | "faces": { | ||
| 89 | "north": {"uv": [2, 8, 8, 11], "texture": "#texture"}, | ||
| 90 | "south": {"uv": [8, 8, 14, 11], "texture": "#texture"}, | ||
| 91 | "west": {"uv": [8, 8, 10, 11], "texture": "#texture"}, | ||
| 92 | "up": {"uv": [8, 8, 14, 10], "rotation": 180, "texture": "#texture"}, | ||
| 93 | "down": {"uv": [8, 9, 14, 11], "rotation": 180, "texture": "#texture"} | ||
| 94 | } | ||
| 95 | } | ||
| 96 | ] | ||
| 97 | } \ No newline at end of file | ||