diff options
Diffstat (limited to 'assets/minecraft/blockstates/dead_bush.json')
| -rwxr-xr-x | assets/minecraft/blockstates/dead_bush.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/dead_bush.json b/assets/minecraft/blockstates/dead_bush.json new file mode 100755 index 00000000..06156385 --- /dev/null +++ b/assets/minecraft/blockstates/dead_bush.json | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "": [ | ||
| 4 | { "model": "minecraft:block/dead_bush", "weight": 30 }, | ||
| 5 | { "model": "minecraft:block/desert_bush", "weight": 12 }, | ||
| 6 | { "model": "minecraft:block/desert_dead_grass", "weight": 13 }, | ||
| 7 | { "model": "minecraft:block/desert_grass", "weight": 12 }, | ||
| 8 | { "model": "minecraft:block/desert_tumbleweed", "weight": 14 }, | ||
| 9 | |||
| 10 | { "model": "minecraft:block/dead_bush2", "weight": 26 }, | ||
| 11 | |||
| 12 | { "model": "minecraft:block/dead_bush_skull", "weight": 1 } | ||
| 13 | ] | ||
| 14 | } | ||
| 15 | } \ No newline at end of file | ||