modded7/config/gregtech/worldgen/vein/end/platinum_vein.json

29 lines
490 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 20,
"density": 0.6,
"max_height": 50,
"min_height": 35,
"surface_stone_material": "platinum",
"dimension_filter": ["name:the_end"],
"generator": {
"type": "ellipsoid",
"radius": [8, 8]
},
"filler": {
"type": "simple",
"value": {
"type": "weight_random",
"values": [
{
"weight": 45,
"value": "ore:platinum"
},
{
"weight": 35,
"value": "ore:palladium"
}
]
}
}
}