diff options
Diffstat (limited to 'assets/minecraft/blockstates/grass.json')
| -rwxr-xr-x | assets/minecraft/blockstates/grass.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/grass.json b/assets/minecraft/blockstates/grass.json new file mode 100755 index 00000000..6ebabc18 --- /dev/null +++ b/assets/minecraft/blockstates/grass.json | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "": [ | ||
| 4 | { "model": "minecraft:block/grass" }, | ||
| 5 | { "model": "minecraft:block/grass2" }, | ||
| 6 | { "model": "minecraft:block/grass3" }, | ||
| 7 | { "model": "minecraft:block/grass4" }, | ||
| 8 | { "model": "minecraft:block/grass5" } | ||
| 9 | ] | ||
| 10 | } | ||
| 11 | } \ No newline at end of file | ||