35 lines
618 B
JSON
35 lines
618 B
JSON
{
|
|
"weight": 0,
|
|
"density": 0.5,
|
|
"max_height": 120,
|
|
"min_height": 50,
|
|
"biome_modifier": {
|
|
"type": "biome_map",
|
|
"advancedrocketry:moon": 400,
|
|
"advancedrocketry:moondark": 400
|
|
},
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [20, 22]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:magnetite"
|
|
},
|
|
{
|
|
"weight": 15,
|
|
"value": "ore:vanadium_magnetite"
|
|
},
|
|
{
|
|
"weight": 55,
|
|
"value": "ore:gold"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |