29 lines
490 B
JSON
29 lines
490 B
JSON
|
{
|
||
|
"weight": 20,
|
||
|
"density": 0.6,
|
||
|
"max_height": 50,
|
||
|
"min_height": 35,
|
||
|
"surface_stone_material": "platinum",
|
||
|
"dimension_filter": ["name:the_end"],
|
||
|
|
||
|
"generator": {
|
||
|
"type": "ellipsoid",
|
||
|
"radius": [8, 8]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "simple",
|
||
|
"value": {
|
||
|
"type": "weight_random",
|
||
|
"values": [
|
||
|
{
|
||
|
"weight": 45,
|
||
|
"value": "ore:platinum"
|
||
|
},
|
||
|
{
|
||
|
"weight": 35,
|
||
|
"value": "ore:palladium"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|