37 lines
621 B
JSON
37 lines
621 B
JSON
{
|
|
"weight": 80,
|
|
"density": 0.6,
|
|
"max_height": 90,
|
|
"min_height": 40,
|
|
"dimension_filter": [
|
|
"dimension_id:100"
|
|
],
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [15, 17]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 50,
|
|
"value": "ore:bauxite"
|
|
},
|
|
{
|
|
"weight": 25,
|
|
"value": "ore:aluminium"
|
|
},
|
|
{
|
|
"weight": 15,
|
|
"value": "ore:tin"
|
|
},
|
|
{
|
|
"weight": 10,
|
|
"value": "ore:ilmenite"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |