35 lines
629 B
JSON
35 lines
629 B
JSON
|
{
|
||
|
"weight": 170,
|
||
|
"density": 0.3,
|
||
|
"max_height": 120,
|
||
|
"min_height": 50,
|
||
|
"dimension_filter": ["name:*(overworld|lostcities)"],
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [19, 22]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 50,
|
||
|
"value": "ore:magnetite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 15,
|
||
|
"value": "ore:iron"
|
||
|
},
|
||
|
{
|
||
|
"weight": 15,
|
||
|
"value": "ore:vanadium_magnetite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:gold"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|