diff options
Diffstat (limited to 'assets/minecraft/models/block/dark_oak_fence_gate.json')
| -rwxr-xr-x | assets/minecraft/models/block/dark_oak_fence_gate.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/dark_oak_fence_gate.json b/assets/minecraft/models/block/dark_oak_fence_gate.json new file mode 100755 index 00000000..18ac70f1 --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_fence_gate.json | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/dark_oak_fence_gate", | ||
| 5 | "texture": "block/dark_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": [0, 1, 2, 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": [2, 5, 7], | ||
| 22 | "to": [8, 14, 9], | ||
| 23 | "faces": { | ||
| 24 | "north": {"uv": [8, 2, 14, 11], "texture": "#texture"}, | ||
| 25 | "east": {"uv": [8, 2, 10, 11], "texture": "#texture"}, | ||
| 26 | "south": {"uv": [2, 2, 8, 11], "texture": "#texture"}, | ||
| 27 | "up": {"uv": [8, 2, 14, 4], "texture": "#texture"}, | ||
| 28 | "down": {"uv": [8, 9, 14, 11], "texture": "#texture"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [14, 3, 7], | ||
| 33 | "to": [16, 15, 9], | ||
| 34 | "faces": { | ||
| 35 | "north": {"uv": [0, 1, 2, 13], "texture": "#texture"}, | ||
| 36 | "east": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 37 | "south": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 38 | "west": {"uv": [14, 1, 16, 13], "texture": "#texture"}, | ||
| 39 | "up": {"uv": [14, 1, 16, 3], "rotation": 180, "texture": "#texture"}, | ||
| 40 | "down": {"uv": [14, 11, 16, 13], "texture": "#texture"} | ||
| 41 | } | ||
| 42 | }, | ||
| 43 | { | ||
| 44 | "from": [8, 5, 7], | ||
| 45 | "to": [14, 14, 9], | ||
| 46 | "faces": { | ||
| 47 | "north": {"uv": [2, 2, 8, 11], "texture": "#texture"}, | ||
| 48 | "south": {"uv": [8, 2, 14, 11], "texture": "#texture"}, | ||
| 49 | "west": {"uv": [8, 2, 10, 11], "texture": "#texture"}, | ||
| 50 | "up": {"uv": [8, 2, 14, 4], "rotation": 180, "texture": "#texture"}, | ||
| 51 | "down": {"uv": [8, 9, 14, 11], "rotation": 180, "texture": "#texture"} | ||
| 52 | } | ||
| 53 | } | ||
| 54 | ] | ||
| 55 | } \ No newline at end of file | ||