31 lines
548 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"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"
}
]
}
}
}