modded7/config/gregtech/worldgen/vein/overworld/pitchblende_vein.json

31 lines
556 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 40,
"density": 0.5,
"max_height": 40,
"min_height": 10,
"dimension_filter": ["name:*(overworld|lostcities)"],
"generator": {
"type": "ellipsoid",
"radius": [13, 13]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 50,
"value": "ore:pitchblende"
},
{
"weight": 40,
"value": "ore:uraninite"
},
{
"weight": 10,
"value": "ore:uranium"
}
]
}
}
}