diff options
Diffstat (limited to 'assets/minecraft/models/block/snow_height2.json')
| -rwxr-xr-x | assets/minecraft/models/block/snow_height2.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/snow_height2.json b/assets/minecraft/models/block/snow_height2.json new file mode 100755 index 00000000..c4c783b8 --- /dev/null +++ b/assets/minecraft/models/block/snow_height2.json | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": true, | ||
| 3 | "textures": { | ||
| 4 | "2": "block/snow_carpet", | ||
| 5 | "particle": "block/snow", | ||
| 6 | "wool": "block/snow" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [-0.02, -2, -0.02], | ||
| 11 | "to": [16.02, 2, 16.02], | ||
| 12 | "faces": { | ||
| 13 | "up": {"uv": [0, 0, 16, 16], "texture": "#wool"}, | ||
| 14 | "down": {"uv": [0, 0, 16, 16], "texture": "#wool", "cullface": "down"}, | ||
| 15 | "north": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "north"}, | ||
| 16 | "east": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "east"}, | ||
| 17 | "south": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "south"}, | ||
| 18 | "west": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "west"} | ||
| 19 | } | ||
| 20 | } | ||
| 21 | ] | ||
| 22 | } \ No newline at end of file | ||