29 lines
466 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
2022-06-09 12:22:35 +08:00
"weight": 60,
2022-01-23 23:35:02 +08:00
"density": 0.6,
"max_height": 40,
"min_height": 5,
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": [14, 13]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 60,
"value": "ore:diamond"
},
{
"weight": 40,
"value": "ore:graphite"
}
]
}
}
}