33 lines
571 B
JSON
33 lines
571 B
JSON
{
|
|
"weight": 30,
|
|
"density": 0.3,
|
|
"max_height": 35,
|
|
"min_height": 5,
|
|
"surface_stone_material": "thorium",
|
|
"dimension_filter": ["name:the_end"],
|
|
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [9, 9]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 50,
|
|
"value": "ore:beryllium"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:emerald"
|
|
},
|
|
{
|
|
"weight": 20,
|
|
"value": "ore:thorium"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |