diff options
Diffstat (limited to 'assets/minecraft/models/block/two_sea_pickles.json')
| -rwxr-xr-x | assets/minecraft/models/block/two_sea_pickles.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/two_sea_pickles.json b/assets/minecraft/models/block/two_sea_pickles.json new file mode 100755 index 00000000..6b1ca97b --- /dev/null +++ b/assets/minecraft/models/block/two_sea_pickles.json | |||
| @@ -0,0 +1,55 @@ | |||
| 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": [ 3, 0, 3 ], | ||
| 10 | "to": [ 7, 6, 7 ], | ||
| 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": [ 8, 0, 8 ], | ||
| 23 | "to": [ 12, 4, 12 ], | ||
| 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": [ 4, 5, 5 ], | ||
| 36 | "to": [ 6, 10, 5 ], | ||
| 37 | "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45 }, | ||
| 38 | "shade": false, | ||
| 39 | "faces": { | ||
| 40 | "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, | ||
| 41 | "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } | ||
| 42 | } | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | "from": [ 9, 3, 10 ], | ||
| 46 | "to": [ 11, 8, 10 ], | ||
| 47 | "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": -45 }, | ||
| 48 | "shade": false, | ||
| 49 | "faces": { | ||
| 50 | "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, | ||
| 51 | "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } | ||
| 52 | } | ||
| 53 | } | ||
| 54 | ] | ||
| 55 | } | ||