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