24 lines
389 B
JSON
24 lines
389 B
JSON
|
{
|
||
|
"weight": 170,
|
||
|
"density": 0.2,
|
||
|
"max_height": 110,
|
||
|
"min_height": 40,
|
||
|
"dimension_filter": ["is_nether"],
|
||
|
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [18, 18]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 100,
|
||
|
"value": "ore:nether_quartz"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|