33 lines
547 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": 45,
"min_height": 10,
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": [13, 14]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 40,
2022-06-09 12:22:35 +08:00
"value": "ore:aluminium"
2022-01-23 23:35:02 +08:00
},
{
"weight": 30,
"value": "ore:ilmenite"
},
{
"weight": 30,
"value": "ore:bauxite"
}
]
}
}
}