diff options
Diffstat (limited to 'assets/minecraft/models/block/nether_brick_fence_side2.json')
| -rwxr-xr-x | assets/minecraft/models/block/nether_brick_fence_side2.json | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/nether_brick_fence_side2.json b/assets/minecraft/models/block/nether_brick_fence_side2.json new file mode 100755 index 00000000..bce7908e --- /dev/null +++ b/assets/minecraft/models/block/nether_brick_fence_side2.json | |||
| @@ -0,0 +1,90 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "0": "block/nether_brick_fence", | ||
| 4 | "particle": "block/nether_bricks" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [7, 11.975, 0], | ||
| 9 | "to": [9, 15.975, 16], | ||
| 10 | "faces": { | ||
| 11 | "up": {"uv": [5, 0, 13, 1], "rotation": 90, "texture": "#0", "cullface": "up"}, | ||
| 12 | "down": {"uv": [5, 1, 13, 2], "rotation": 90, "texture": "#0"} | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "from": [7, 4, 0], | ||
| 17 | "to": [9, 8, 16], | ||
| 18 | "faces": { | ||
| 19 | "up": {"uv": [5, 4, 13, 5], "rotation": 90, "texture": "#0"}, | ||
| 20 | "down": {"uv": [5, 5, 13, 6], "rotation": 90, "texture": "#0"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [7, 8, 1], | ||
| 25 | "to": [9, 12, 15], | ||
| 26 | "faces": { | ||
| 27 | "up": {"uv": [5.5, 2, 12.5, 3], "rotation": 270, "texture": "#0"}, | ||
| 28 | "down": {"uv": [5.5, 3, 12.5, 4], "rotation": 90, "texture": "#0"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [7, 0, 1], | ||
| 33 | "to": [9, 4, 15], | ||
| 34 | "faces": { | ||
| 35 | "up": {"uv": [5.5, 6, 12.5, 7], "rotation": 270, "texture": "#0"}, | ||
| 36 | "down": {"uv": [5.5, 7, 12.5, 8], "rotation": 90, "texture": "#0", "cullface": "down"} | ||
| 37 | } | ||
| 38 | }, | ||
| 39 | { | ||
| 40 | "from": [7, 4, 4], | ||
| 41 | "to": [9, 16, 4], | ||
| 42 | "faces": { | ||
| 43 | "south": {"uv": [4.5, 0, 5.5, 6], "texture": "#0"} | ||
| 44 | } | ||
| 45 | }, | ||
| 46 | { | ||
| 47 | "from": [7, 0, 1], | ||
| 48 | "to": [9, 12, 1], | ||
| 49 | "faces": { | ||
| 50 | "north": {"uv": [11.5, 2, 12.5, 8], "texture": "#0"} | ||
| 51 | } | ||
| 52 | }, | ||
| 53 | { | ||
| 54 | "from": [7, 4, 12], | ||
| 55 | "to": [9, 16, 12], | ||
| 56 | "faces": { | ||
| 57 | "north": {"uv": [5.5, 0, 4.5, 6], "texture": "#0"} | ||
| 58 | } | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "from": [7, 0, 15], | ||
| 62 | "to": [9, 12, 15], | ||
| 63 | "faces": { | ||
| 64 | "south": {"uv": [12.5, 2, 11.5, 8], "texture": "#0"} | ||
| 65 | } | ||
| 66 | }, | ||
| 67 | { | ||
| 68 | "from": [7, 4, 0], | ||
| 69 | "to": [9, 16, 0], | ||
| 70 | "faces": { | ||
| 71 | "north": {"uv": [12.5, 0, 13, 6], "texture": "#0", "cullface": "north"} | ||
| 72 | } | ||
| 73 | }, | ||
| 74 | { | ||
| 75 | "from": [7, 4, 16], | ||
| 76 | "to": [9, 16, 16], | ||
| 77 | "faces": { | ||
| 78 | "south": {"uv": [13, 0, 12.5, 6], "texture": "#0", "cullface": "south"} | ||
| 79 | } | ||
| 80 | }, | ||
| 81 | { | ||
| 82 | "from": [7, 0, 0], | ||
| 83 | "to": [9, 16, 16], | ||
| 84 | "faces": { | ||
| 85 | "east": {"uv": [5, 0, 13, 8], "texture": "#0"}, | ||
| 86 | "west": {"uv": [5, 0, 13, 8], "texture": "#0"} | ||
| 87 | } | ||
| 88 | } | ||
| 89 | ] | ||
| 90 | } \ No newline at end of file | ||