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