35 lines
628 B
JSON
35 lines
628 B
JSON
|
{
|
||
|
"weight": 60,
|
||
|
"density": 0.4,
|
||
|
"max_height": 45,
|
||
|
"min_height": 10,
|
||
|
"dimension_filter": ["name:*(overworld|lostcities)"],
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [13, 14]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 30,
|
||
|
"value": "ore:garnierite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 30,
|
||
|
"value": "ore:nickel"
|
||
|
},
|
||
|
{
|
||
|
"weight": 30,
|
||
|
"value": "ore:cobaltite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 10,
|
||
|
"value": "ore:pentlandite"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|