39 lines
735 B
JSON
39 lines
735 B
JSON
{
|
|
"weight": 0,
|
|
"density": 0.6,
|
|
"max_height": 80,
|
|
"min_height": 40,
|
|
"biome_modifier": {
|
|
"type": "biome_map",
|
|
"advancedrocketry:moon": 400,
|
|
"advancedrocketry:moondark": 400
|
|
},
|
|
"generator": {
|
|
"type": "ellipsoid",
|
|
"radius": [14, 17]
|
|
},
|
|
"filler": {
|
|
"type": "simple",
|
|
"value": {
|
|
"type": "weight_random",
|
|
"values": [
|
|
{
|
|
"weight": 20,
|
|
"value": "ore_dict:oreQuartzBlack"
|
|
},
|
|
{
|
|
"weight": 20,
|
|
"value": "block:gregtech:ore_nether_quartz_0"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "ore:certus_quartz"
|
|
},
|
|
{
|
|
"weight": 30,
|
|
"value": "block:libvulpes:ore0"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |