31 lines
548 B
JSON
31 lines
548 B
JSON
|
{
|
||
|
"weight": 110,
|
||
|
"density": 0.8,
|
||
|
"max_height": 50,
|
||
|
"min_height": 10,
|
||
|
"dimension_filter": ["name:*(overworld|lostcities)"],
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [17, 19]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 60,
|
||
|
"value": "ore:redstone"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:ruby"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:cinnabar"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|