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 }
]
}
}
|