27 lines
473 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 90,
"density": 0.6,
"max_height": 80,
"min_height": 50,
"dimension_filter": ["name:*(overworld|lostcities)"],
"generator": {
"type": "ellipsoid",
"radius": [16, 16]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 25,
"value": "ore:lignite"
},
{
"weight": 75,
"value": "ore:coal"
}
]
}
}
}