33 lines
574 B
JSON
33 lines
574 B
JSON
|
{
|
||
|
"weight": 70,
|
||
|
"density": 0.3,
|
||
|
"max_height": 120,
|
||
|
"min_height": 70,
|
||
|
"dimension_filter": ["is_nether"],
|
||
|
"surface_stone_material": "copper",
|
||
|
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [12, 13]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 60,
|
||
|
"value": "ore:tetrahedrite"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:copper"
|
||
|
},
|
||
|
{
|
||
|
"weight": 20,
|
||
|
"value": "ore:stibnite"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|