31 lines
556 B
JSON
31 lines
556 B
JSON
{
|
|
"weight": 30,
|
|
"density": 0.4,
|
|
"max_height": 40,
|
|
"min_height": 20,
|
|
"dimension_filter": ["name:*(overworld|lostcities)"],
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [13, 13]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 60,
|
|
"value": "ore:bastnasite"
|
|
},
|
|
{
|
|
"weight": 20,
|
|
"value": "ore:monazite"
|
|
},
|
|
{
|
|
"weight": 20,
|
|
"value": "ore:neodymium"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |