37 lines
627 B
JSON
37 lines
627 B
JSON
{
|
|
"weight": 30,
|
|
"density": 0.5,
|
|
"max_height": 50,
|
|
"min_height": 20,
|
|
"dimension_filter": [
|
|
"dimension_id:100"
|
|
],
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [13, 13]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:grossular"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:spessartine"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:pyrolusite"
|
|
},
|
|
{
|
|
"weight": 10,
|
|
"value": "ore:tantalite"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |