32 lines
529 B
JSON
32 lines
529 B
JSON
|
{
|
||
|
"weight": 60,
|
||
|
"density": 0.4,
|
||
|
"max_height": 40,
|
||
|
"min_height": 10,
|
||
|
"dimension_filter": ["is_nether"],
|
||
|
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [12, 12]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 60,
|
||
|
"value": "ore:redstone"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:ruby"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:cinnabar"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|