37 lines
621 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
2022-06-09 12:22:35 +08:00
"weight": 80,
2022-01-23 23:35:02 +08:00
"density": 0.6,
"max_height": 90,
"min_height": 40,
2022-06-09 12:22:35 +08:00
"dimension_filter": [
"dimension_id:100"
],
2022-01-23 23:35:02 +08:00
"generator": {
"type": "ellipsoid",
"radius": [15, 17]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 50,
"value": "ore:bauxite"
},
{
"weight": 25,
"value": "ore:aluminium"
},
{
"weight": 15,
"value": "ore:tin"
},
{
"weight": 10,
"value": "ore:ilmenite"
}
]
}
}
}