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