summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/cactus.json
blob: 78e97313f54e1bfcf331a5ac2b690cc8293a326d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "variants": {
        "": [
            { "model": "block/cactus", "weight": 25 },
			{ "model": "block/cactus2", "weight": 15 },
			{ "model": "block/cactus3", "weight": 5 },
			{ "model": "block/cactus3", "y": 90, "weight": 5 },
			{ "model": "block/cactus3", "y": 180, "weight": 5 },
			{ "model": "block/cactus3", "y": 180, "weight": 5 },
			{ "model": "block/cactus4", "weight": 5 },
			{ "model": "block/cactus4", "y": 90, "weight": 5 },
			{ "model": "block/cactus4", "y": 180, "weight": 5 },
			{ "model": "block/cactus4", "y": 180, "weight": 5 }
        ]
    }
}