31 lines
545 B
JSON
31 lines
545 B
JSON
{
|
|
"weight": 0,
|
|
"density": 0.5,
|
|
"max_height": 50,
|
|
"min_height": 20,
|
|
"biome_modifier": {
|
|
"type": "biome_map",
|
|
"advancedrocketry:moon": 700,
|
|
"advancedrocketry:moondark": 700
|
|
},
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [13, 17]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 60,
|
|
"value": "ore:scheelite"
|
|
},
|
|
{
|
|
"weight": 40,
|
|
"value": "ore:tungstate"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |