diff options
Diffstat (limited to 'assets/minecraft/models/block/nether_brick_fence_side.json')
| -rwxr-xr-x | assets/minecraft/models/block/nether_brick_fence_side.json | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/nether_brick_fence_side.json b/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100755 index 00000000..5fa47c0c --- /dev/null +++ b/assets/minecraft/models/block/nether_brick_fence_side.json | |||
| @@ -0,0 +1,69 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "0": "block/nether_brick_fence", | ||
| 4 | "particle": "block/nether_bricks" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [7, 12, 0], | ||
| 9 | "to": [9, 16, 4], | ||
| 10 | "faces": { | ||
| 11 | "up": {"uv": [5, 0, 7, 1], "rotation": 90, "texture": "#0"}, | ||
| 12 | "down": {"uv": [3, 1, 5, 2], "rotation": 90, "texture": "#0"} | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "from": [7, 4, 0], | ||
| 17 | "to": [9, 8, 4], | ||
| 18 | "faces": { | ||
| 19 | "up": {"uv": [5, 4, 7, 5], "rotation": 90, "texture": "#0"}, | ||
| 20 | "down": {"uv": [3, 5, 5, 6], "rotation": 90, "texture": "#0"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [7, 8, 1], | ||
| 25 | "to": [9, 12, 6], | ||
| 26 | "faces": { | ||
| 27 | "up": {"uv": [2, 2, 4.5, 3], "rotation": 270, "texture": "#0"}, | ||
| 28 | "down": {"uv": [2, 3, 4.5, 4], "rotation": 90, "texture": "#0"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [7, 0, 1], | ||
| 33 | "to": [9, 4, 6], | ||
| 34 | "faces": { | ||
| 35 | "up": {"uv": [2, 6, 4.5, 7], "rotation": 270, "texture": "#0"}, | ||
| 36 | "down": {"uv": [2, 7, 4.5, 8], "rotation": 90, "texture": "#0"} | ||
| 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, 0], | ||
| 55 | "to": [9, 16, 0], | ||
| 56 | "faces": { | ||
| 57 | "north": {"uv": [12.5, 0, 13, 6], "texture": "#0", "cullface": "north"} | ||
| 58 | } | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "from": [7, 0, 0], | ||
| 62 | "to": [9, 16, 6], | ||
| 63 | "faces": { | ||
| 64 | "east": {"uv": [10, 0, 13, 8], "texture": "#0"}, | ||
| 65 | "west": {"uv": [5, 0, 8, 8], "texture": "#0"} | ||
| 66 | } | ||
| 67 | } | ||
| 68 | ] | ||
| 69 | } \ No newline at end of file | ||