35 lines
629 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 70,
"density": 0.3,
"max_height": 40,
"min_height": 10,
"dimension_filter": ["name:*(overworld|lostcities)"],
"generator": {
"type": "ellipsoid",
"radius": [16, 17]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 30,
"value": "ore:almandine"
},
{
"weight": 30,
"value": "ore:pyrope"
},
{
"weight": 30,
"value": "ore:sapphire"
},
{
"weight": 10,
"value": "ore:green_sapphire"
}
]
}
}
}