27 lines
474 B
JSON
27 lines
474 B
JSON
|
{
|
||
|
"weight": 50,
|
||
|
"density": 0.6,
|
||
|
"max_height": 150,
|
||
|
"min_height": 65,
|
||
|
"dimension_filter": ["name:*(overworld|lostcities)"],
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [19, 20]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 75,
|
||
|
"value": "ore:lignite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 25,
|
||
|
"value": "ore:coal"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|