33 lines
549 B
JSON
33 lines
549 B
JSON
{
|
|
"weight": 40,
|
|
"density": 0.5,
|
|
"max_height": 120,
|
|
"min_height": 50,
|
|
"dimension_filter": [
|
|
"dimension_id:100"
|
|
],
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [20, 22]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:magnetite"
|
|
},
|
|
{
|
|
"weight": 15,
|
|
"value": "ore:vanadium_magnetite"
|
|
},
|
|
{
|
|
"weight": 55,
|
|
"value": "ore:gold"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |