summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/dead_bush.json
blob: 06156385517372a976a826bd14087268c5b78369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "variants": {
    "": [
      { "model": "minecraft:block/dead_bush",           "weight": 30 },
      { "model": "minecraft:block/desert_bush",         "weight": 12 },
      { "model": "minecraft:block/desert_dead_grass",   "weight": 13 },
      { "model": "minecraft:block/desert_grass",        "weight": 12 },
      { "model": "minecraft:block/desert_tumbleweed",   "weight": 14 },
	  
      { "model": "minecraft:block/dead_bush2",          "weight": 26 },
	  
      { "model": "minecraft:block/dead_bush_skull",     "weight": 1 }
    ]
  }
}