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