diff options
Diffstat (limited to 'assets/minecraft/models/block/two_dead_sea_pickles.json')
| -rwxr-xr-x | assets/minecraft/models/block/two_dead_sea_pickles.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/two_dead_sea_pickles.json b/assets/minecraft/models/block/two_dead_sea_pickles.json new file mode 100755 index 00000000..f78963b9 --- /dev/null +++ b/assets/minecraft/models/block/two_dead_sea_pickles.json | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/sea_pickle", | ||
| 5 | "all": "block/sea_pickle" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { "from": [ 3, 0, 3 ], | ||
| 9 | "to": [ 7, 6, 7 ], | ||
| 10 | "faces": { | ||
| 11 | "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, | ||
| 12 | "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, | ||
| 13 | "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, | ||
| 14 | "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, | ||
| 15 | "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, | ||
| 16 | "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [ 8, 0, 8 ], | ||
| 21 | "to": [ 12, 4, 12 ], | ||
| 22 | "faces": { | ||
| 23 | "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, | ||
| 24 | "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, | ||
| 25 | "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, | ||
| 26 | "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, | ||
| 27 | "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, | ||
| 28 | "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } | ||
| 29 | } | ||
| 30 | } | ||
| 31 | ] | ||
| 32 | } | ||