38 lines
573 B
JSON
38 lines
573 B
JSON
|
{
|
||
|
"weight": 20,
|
||
|
"density": 0.25,
|
||
|
"min_height": 30,
|
||
|
"max_height": 60,
|
||
|
"vein_populator": {
|
||
|
"type": "surface_rock",
|
||
|
"material": "uraninite"
|
||
|
},
|
||
|
"dimension_filter": [
|
||
|
"name:the_end"
|
||
|
],
|
||
|
"generator": {
|
||
|
"type": "layered",
|
||
|
"radius": [
|
||
|
14,
|
||
|
16
|
||
|
]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "layered",
|
||
|
"values": [
|
||
|
{
|
||
|
"primary": "ore:pitchblende"
|
||
|
},
|
||
|
{
|
||
|
"secondary": "ore:pitchblende"
|
||
|
},
|
||
|
{
|
||
|
"between": "ore:uraninite"
|
||
|
},
|
||
|
{
|
||
|
"sporadic": "ore:uraninite"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|