39 lines
692 B
JSON
39 lines
692 B
JSON
|
{
|
||
|
"weight": 70,
|
||
|
"density": 0.7,
|
||
|
"max_height": 90,
|
||
|
"min_height": 40,
|
||
|
"dimension_filter": ["name:*(overworld|lostcities)"],
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [14, 17]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 35,
|
||
|
"value": "ore:salt"
|
||
|
},
|
||
|
{
|
||
|
"weight": 30,
|
||
|
"value": "ore:rock_salt"
|
||
|
},
|
||
|
{
|
||
|
"weight": 15,
|
||
|
"value": "ore:lepidolite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 10,
|
||
|
"value": "ore:tin"
|
||
|
},
|
||
|
{
|
||
|
"weight": 10,
|
||
|
"value": "ore:spodumene"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|