35 lines
613 B
JSON
35 lines
613 B
JSON
{
|
|
"weight": 0,
|
|
"density": 0.6,
|
|
"max_height": 45,
|
|
"min_height": 10,
|
|
"biome_modifier": {
|
|
"type": "biome_map",
|
|
"advancedrocketry:moon": 800,
|
|
"advancedrocketry:moondark": 800
|
|
},
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [13, 14]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 40,
|
|
"value": "ore:rutile"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:ilmenite"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:bauxite"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |